]> code.ossystems Code Review - openembedded-core.git/commitdiff
libxml2-native: fix python packaging, thanks Matt Hoosier
authorRoss Burton <ross@openedhand.com>
Mon, 1 Sep 2008 11:12:26 +0000 (11:12 +0000)
committerRoss Burton <ross@openedhand.com>
Mon, 1 Sep 2008 11:12:26 +0000 (11:12 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5119 311d38ba-8fff-0310-9ca6-ca027cbcb966

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

index f067d9ad7ecbfc5d83c77f062546365b422cc649..4a9a2ddd4b34b4fc264ab74af72f3ee5d8c55471 100644 (file)
@@ -1,10 +1,10 @@
 require libxml2.inc
 
-PR = "r5"
+PR = "r6"
 
 DEPENDS += "python-native-runtime"
 
-EXTRA_OECONF = "--with-python=2.5 --without-debug --without-legacy --with-catalog --without-docbook --with-c14n"
+EXTRA_OECONF = "--with-python=${STAGING_DIR_NATIVE}/${prefix} --without-debug --without-legacy --with-catalog --without-docbook --with-c14n"
 
 FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/libxml2-${PV}"
 S = "${WORKDIR}/libxml2-${PV}"