aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/moblin/librest_git.bb
blob: d3a80f440e0a986e7c7ee2a1793a2113b2200c35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
SRC_URI = "git://git.gnome.org/${PN}.git;protocol=git"
SRCREV="18bce68c8e54032f2d7e78a8484ac892ba3ebd5a"
PV = "0.0+gitr${SRCPV}"
PR = "r1"
PE = "1"

DEPENDS = "libsoup-2.4"

S = "${WORKDIR}/git"

inherit autotools

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