dbus-native_0.92.bb : add libxml2-native and expat-native to DEPENDS
authorGraeme Gregory <dp@xora.org.uk>
Thu, 28 Sep 2006 09:41:00 +0000 (09:41 +0000)
committerGraeme Gregory <dp@xora.org.uk>
Thu, 28 Sep 2006 09:41:00 +0000 (09:41 +0000)
packages/dbus/dbus-native_0.92.bb

index d782388..3645284 100644 (file)
@@ -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 \