aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/moblin/librest_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/moblin/librest_git.bb')
-rw-r--r--recipes/moblin/librest_git.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/moblin/librest_git.bb b/recipes/moblin/librest_git.bb
new file mode 100644
index 0000000000..ec2d676fd5
--- /dev/null
+++ b/recipes/moblin/librest_git.bb
@@ -0,0 +1,14 @@
+
+SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git"
+PV = "0.0+git${SRCREV}"
+PR = "r0"
+
+DEPENDS = "libsoup-2.4"
+
+S = "${WORKDIR}/git"
+
+inherit autotools_stage
+
+do_configure_prepend () {
+ echo "EXTRA_DIST=" > ${S}/gtk-doc.make
+}