diff options
author | Ross Burton <ross@openedhand.com> | 2008-09-01 11:12:26 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2008-09-01 11:12:26 +0000 |
commit | dcce67981e3443f43400bfd6a44ddea0f420e3c1 (patch) | |
tree | 6eb276cf975668c8ed07b0ccabbb6ce901724e4b /meta | |
parent | 0801fa77d4f19b06476fd7b8b9467767f5f2c377 (diff) | |
download | openembedded-core-dcce67981e3443f43400bfd6a44ddea0f420e3c1.tar.gz openembedded-core-dcce67981e3443f43400bfd6a44ddea0f420e3c1.tar.bz2 openembedded-core-dcce67981e3443f43400bfd6a44ddea0f420e3c1.zip |
libxml2-native: fix python packaging, thanks Matt Hoosier
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5119 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/libxml/libxml2-native_2.6.29.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/libxml/libxml2-native_2.6.29.bb b/meta/packages/libxml/libxml2-native_2.6.29.bb index f067d9ad7e..4a9a2ddd4b 100644 --- a/meta/packages/libxml/libxml2-native_2.6.29.bb +++ b/meta/packages/libxml/libxml2-native_2.6.29.bb @@ -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}" |