summaryrefslogtreecommitdiffstats
path: root/meta-moblin/packages/librest/librest_git.bb
blob: 33e714d6cf2b88573660eb60ab41279ba071926c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git"
PV = "0.6.1+git${SRCPV}"
PR = "r0"

DEPENDS = "libsoup-2.4"

S = "${WORKDIR}/git"

inherit autotools

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