aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/moblin/bognor-regis_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/moblin/bognor-regis_git.bb')
-rw-r--r--recipes/moblin/bognor-regis_git.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/moblin/bognor-regis_git.bb b/recipes/moblin/bognor-regis_git.bb
new file mode 100644
index 0000000000..803f7a91da
--- /dev/null
+++ b/recipes/moblin/bognor-regis_git.bb
@@ -0,0 +1,15 @@
+LICENSE = "GPLv2"
+
+SRCREV = "181a62fa73527905fa01859b49eeb9d326ef7742"
+PV = "0.3.1"
+PR_append = "+git${SRCREV}"
+
+DEPENDS = "dbus-glib gstreamer glib-2.0"
+
+SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git"
+S = "${WORKDIR}/git"
+
+inherit autotools_stage
+
+FILES_${PN} =+ "${datadir}/dbus-1/services/"
+