From 20d6a51b9387422baa79fa5a7bec6aefe270d835 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Mon, 11 Oct 2010 11:18:59 +0200 Subject: [PATCH] dbus: add recipe for git version Signed-off-by: Martin Jansa --- recipes/dbus/dbus_git.bb | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 recipes/dbus/dbus_git.bb 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" -- 2.39.5