mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 03:32:12 +02:00
libxml2-native: disable Python support
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2333 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
DESCRIPTION = "GNOME XML library"
|
||||
PR = "r2"
|
||||
PR = "r3"
|
||||
|
||||
SRC_URI = "ftp://xmlsoft.org/libxml2/libxml2-${PV}.tar.gz"
|
||||
|
||||
@@ -10,7 +10,7 @@ S = "${WORKDIR}/libxml2-${PV}"
|
||||
|
||||
inherit autotools native pkgconfig
|
||||
|
||||
EXTRA_OECONF = "--with-python=${STAGING_INCDIR}/python2.4 --without-debug --without-legacy --without-catalog --without-docbook --with-c14n"
|
||||
EXTRA_OECONF = "--without-python --without-debug --without-legacy --without-catalog --without-docbook --with-c14n"
|
||||
|
||||
do_stage () {
|
||||
oe_runmake install
|
||||
|
||||
Reference in New Issue
Block a user