diff options
Diffstat (limited to 'packages/dbus')
-rw-r--r-- | packages/dbus/dbus_0.50.bb | 1 | ||||
-rw-r--r-- | packages/dbus/dbus_0.50.inc | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/packages/dbus/dbus_0.50.bb b/packages/dbus/dbus_0.50.bb index a1d19897cc..e827457371 100644 --- a/packages/dbus/dbus_0.50.bb +++ b/packages/dbus/dbus_0.50.bb @@ -2,7 +2,6 @@ include dbus_${PV}.inc DEPENDS = "expat glib-2.0 virtual/libintl dbus-native" -DEFAULT_PREFERENCE = "-1" SRC_URI_EXTRA = "file://no-introspect.patch;patch=1 file://no-bindings.patch;patch=1" FILES_${PN} += "${bindir}/dbus-daemon" diff --git a/packages/dbus/dbus_0.50.inc b/packages/dbus/dbus_0.50.inc index 094a9b68d6..70546ed5b1 100644 --- a/packages/dbus/dbus_0.50.inc +++ b/packages/dbus/dbus_0.50.inc @@ -4,7 +4,6 @@ HOMEPAGE = "http://www.freedesktop.org/Software/dbus" DESCRIPTION = "message bus system for applications to talk to one another" LICENSE = "GPL" DEPENDS = "expat glib-2.0 virtual/libintl" -DEFAULT_PREFERENCE = "-1" SRC_URI = "http://freedesktop.org/software/dbus/releases/dbus-${PV}.tar.gz \ file://cross.patch;patch=1 \ |