dbus: add recipe for git version
authorMartin Jansa <Martin.Jansa@gmail.com>
Mon, 11 Oct 2010 09:18:59 +0000 (11:18 +0200)
committerMartin Jansa <Martin.Jansa@gmail.com>
Tue, 12 Oct 2010 18:34:42 +0000 (20:34 +0200)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
recipes/dbus/dbus_git.bb [new file with mode: 0644]

diff --git a/recipes/dbus/dbus_git.bb b/recipes/dbus/dbus_git.bb
new file mode 100644 (file)
index 0000000..cdcdb11
--- /dev/null
@@ -0,0 +1,20 @@
+include dbus.inc
+PR = "${INC_PR}.0"
+PV = "1.4.0+gitr${SRCPV}"
+
+BBCLASSEXTEND = "native"
+
+SRCREV = "a96fcb19d1e359207cbda355774851ab1bbbb81d"
+
+SRC_URI = "\
+  git://anongit.freedesktop.org/dbus/dbus;protocol=git;branch=master \
+  \
+  file://tmpdir.patch \
+  file://add-configurable-reply-timeouts.patch \
+  file://dbus-1.init \
+"            
+
+S = "${WORKDIR}/git"
+
+# This needs more testing before pushing as default dbus
+DEFAULT_PREFERENCE = "-1"