summaryrefslogtreecommitdiff
path: root/packages/dbus/dbus_0.90.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-07-28 13:04:53 +0000
committerKoen Kooi <koen@openembedded.org>2006-07-28 13:04:53 +0000
commit4c9bbf534cb45801fcc9fbc7005fa1cece590281 (patch)
treedbb0bfbe7127145b02be970515661ff22dee108a /packages/dbus/dbus_0.90.bb
parent51372539ce1c7dcc75dfb892d3d141b43d49e34d (diff)
dbus 0.90: add a patch to fix the segfault when trying to access the system bus
* NOTE: this is not a solution, but just moves the memory corruption in to a non-segfault area
Diffstat (limited to 'packages/dbus/dbus_0.90.bb')
-rw-r--r--packages/dbus/dbus_0.90.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/dbus/dbus_0.90.bb b/packages/dbus/dbus_0.90.bb
index e48b09e4ff..9eec6c86c7 100644
--- a/packages/dbus/dbus_0.90.bb
+++ b/packages/dbus/dbus_0.90.bb
@@ -1,7 +1,7 @@
DEFAULT_PREFERENCE="-1"
SECTION = "base"
-PR = "r0"
+PR = "r1"
HOMEPAGE = "http://www.freedesktop.org/Software/dbus"
DESCRIPTION = "message bus system for applications to talk to one another"
LICENSE = "GPL"
@@ -10,7 +10,8 @@ DEPENDS = "expat glib-2.0 virtual/libintl"
SRC_URI = "http://freedesktop.org/software/dbus/releases/dbus-${PV}.tar.gz \
file://cross.patch;patch=1 \
file://tmpdir.patch;patch=1 \
- file://dbus-1.init"
+ file://dbus-1.init \
+ file://fix-segfault.patch;patch=1"
inherit autotools pkgconfig update-rc.d gettext