aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/moblin/librest_git.bb
blob: 83ea6255811308c7ea6a369af74d8c43477b0756 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git"
PV = "0.0+gitr${SRCiPV}"
PR = "r0"
PE = "1"

DEPENDS = "libsoup-2.4"

S = "${WORKDIR}/git"

inherit autotools_stage

do_configure_prepend () {
	echo "EXTRA_DIST=" > ${S}/gtk-doc.make
}