From: Martin Jansa Date: Mon, 11 Oct 2010 09:18:59 +0000 (+0200) Subject: dbus: add recipe for git version X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20d6a51b9387422baa79fa5a7bec6aefe270d835;p=openembedded.git dbus: add recipe for git version Signed-off-by: Martin Jansa --- diff --git a/recipes/dbus/dbus_git.bb b/recipes/dbus/dbus_git.bb new file mode 100644 index 0000000000..cdcdb11687 --- /dev/null +++ b/recipes/dbus/dbus_git.bb @@ -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"