]> code.ossystems Code Review - openembedded-core.git/commitdiff
libxml2-native: actually fix depends to python-native
authorRoss Burton <ross@openedhand.com>
Mon, 1 Sep 2008 15:51:05 +0000 (15:51 +0000)
committerRoss Burton <ross@openedhand.com>
Mon, 1 Sep 2008 15:51:05 +0000 (15:51 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5121 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/libxml/libxml2-native_2.6.29.bb

index 4a9a2ddd4b34b4fc264ab74af72f3ee5d8c55471..431d81d1d707ca893f4c8ece7a513bf2734c4253 100644 (file)
@@ -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"