aboutsummaryrefslogtreecommitdiffstats
path: root/packages/dbus
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2006-09-28 09:41:00 +0000
committerGraeme Gregory <dp@xora.org.uk>2006-09-28 09:41:00 +0000
commit6977e997471f6e448ba2e6d4f7f38ab0cf51967d (patch)
tree1067cab2bf76bb1b26c57650a9152e986d94440e /packages/dbus
parent8fa733bff4bede145d331679924e235591e13a98 (diff)
downloadopenembedded-6977e997471f6e448ba2e6d4f7f38ab0cf51967d.tar.gz
dbus-native_0.92.bb : add libxml2-native and expat-native to DEPENDS
Diffstat (limited to 'packages/dbus')
-rw-r--r--packages/dbus/dbus-native_0.92.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/dbus/dbus-native_0.92.bb b/packages/dbus/dbus-native_0.92.bb
index d7823889cd..3645284eeb 100644
--- a/packages/dbus/dbus-native_0.92.bb
+++ b/packages/dbus/dbus-native_0.92.bb
@@ -6,7 +6,7 @@ LICENSE = "GPL"
S = "${WORKDIR}/dbus-${PV}"
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/dbus"
-DEPENDS = "glib-2.0-native"
+DEPENDS = "glib-2.0-native libxml2-native expat-native"
SRC_URI = "http://freedesktop.org/software/dbus/releases/dbus-${PV}.tar.gz \
file://cross.patch;patch=1 \