From: Graeme Gregory Date: Thu, 28 Sep 2006 09:41:00 +0000 (+0000) Subject: dbus-native_0.92.bb : add libxml2-native and expat-native to DEPENDS X-Git-Tag: Release-2010-05/1~9453^2~673 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6977e997471f6e448ba2e6d4f7f38ab0cf51967d;p=openembedded.git dbus-native_0.92.bb : add libxml2-native and expat-native to DEPENDS --- 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 \