mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00:00
libxml2-native: Enable python extensions
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5099 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -1,9 +1,11 @@
|
|||||||
require libxml2.inc
|
require libxml2.inc
|
||||||
|
|
||||||
PR = "r4"
|
PR = "r5"
|
||||||
|
|
||||||
DEPENDS += "python-native-runtime"
|
DEPENDS += "python-native-runtime"
|
||||||
|
|
||||||
|
EXTRA_OECONF = "--with-python=2.5 --without-debug --without-legacy --with-catalog --without-docbook --with-c14n"
|
||||||
|
|
||||||
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/libxml2-${PV}"
|
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/libxml2-${PV}"
|
||||||
S = "${WORKDIR}/libxml2-${PV}"
|
S = "${WORKDIR}/libxml2-${PV}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user