aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/dbus/dbus_1.3.0.bb
diff options
context:
space:
mode:
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>2009-08-07 22:07:14 +0000
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>2009-08-07 22:09:15 +0000
commitbfaa176eefb3239f9c043e29907e55b54ee227b0 (patch)
treeb342a2199cc761fc712cd36c947806ad553bc73c /recipes/dbus/dbus_1.3.0.bb
parent1305db95fec0d644b0dcdd701a8ca16c10629d2b (diff)
downloadopenembedded-bfaa176eefb3239f9c043e29907e55b54ee227b0.tar.gz
dbus: add 1.3.0 (DP=-1)
Diffstat (limited to 'recipes/dbus/dbus_1.3.0.bb')
-rw-r--r--recipes/dbus/dbus_1.3.0.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/dbus/dbus_1.3.0.bb b/recipes/dbus/dbus_1.3.0.bb
new file mode 100644
index 0000000000..562ed1bfad
--- /dev/null
+++ b/recipes/dbus/dbus_1.3.0.bb
@@ -0,0 +1,14 @@
+include dbus.inc
+
+SRC_URI = "\
+ http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \
+ file://tmpdir.patch;patch=1 \
+ file://fix-install-daemon.patch;patch=1 \
+ file://0001-Make-the-default-DBus-reply-timeout-configurable.patch;patch=1 \
+ file://dbus-1.init \
+"
+
+# This is the development version of dbus that will lead to 1.4.x
+DEFAULT_PREFERENCE = "-1"
+
+PR = "r0"