From: Ross Burton Date: Mon, 1 Sep 2008 15:51:05 +0000 (+0000) Subject: libxml2-native: actually fix depends to python-native X-Git-Tag: 2011-1~8385 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=36e803e3085ac805d5dc0e2128df6ccc822a78e4;p=openembedded-core.git libxml2-native: actually fix depends to python-native git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5121 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- diff --git a/meta/packages/libxml/libxml2-native_2.6.29.bb b/meta/packages/libxml/libxml2-native_2.6.29.bb index 4a9a2ddd4b..431d81d1d7 100644 --- a/meta/packages/libxml/libxml2-native_2.6.29.bb +++ b/meta/packages/libxml/libxml2-native_2.6.29.bb @@ -1,8 +1,8 @@ require libxml2.inc -PR = "r6" +PR = "r7" -DEPENDS += "python-native-runtime" +DEPENDS += "python-native" EXTRA_OECONF = "--with-python=${STAGING_DIR_NATIVE}/${prefix} --without-debug --without-legacy --with-catalog --without-docbook --with-c14n"