diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2006-08-29 16:09:16 +0000 |
---|---|---|
committer | Philipp Zabel <philipp.zabel@gmail.com> | 2006-08-29 16:09:16 +0000 |
commit | 1ca3ed533e848c27025769e7d311bf2892730490 (patch) | |
tree | 0d86f71f26e2ab3d98ca8e880d9b3d22abd78d1b /packages/dbus | |
parent | cf50f73edd866973a4117ab89293c3964cf16928 (diff) |
dbus-glib-native-0.71: fix bogus DEPENDS
Diffstat (limited to 'packages/dbus')
-rw-r--r-- | packages/dbus/dbus-glib-native_0.71.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/dbus/dbus-glib-native_0.71.bb b/packages/dbus/dbus-glib-native_0.71.bb index 200a7133b2..1f5d71da91 100644 --- a/packages/dbus/dbus-glib-native_0.71.bb +++ b/packages/dbus/dbus-glib-native_0.71.bb @@ -3,7 +3,6 @@ PR = "r0" 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 dbus-native" SRC_URI = "http://freedesktop.org/software/dbus/releases/dbus-glib-${PV}.tar.gz \ file://cross.patch;patch=1 \ @@ -13,7 +12,7 @@ inherit autotools pkgconfig gettext native S = "${WORKDIR}/dbus-glib-${PV}" FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/dbus-glib" -DEPENDS = "glib-2.0-native" +DEPENDS = "glib-2.0-native dbus-native" do_stage() { oe_runmake install |