diff options
Diffstat (limited to 'packages/libxml/libxml2-native_2.6.9.bb')
-rw-r--r-- | packages/libxml/libxml2-native_2.6.9.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/libxml/libxml2-native_2.6.9.bb b/packages/libxml/libxml2-native_2.6.9.bb index dcbb181de4..f83d974538 100644 --- a/packages/libxml/libxml2-native_2.6.9.bb +++ b/packages/libxml/libxml2-native_2.6.9.bb @@ -5,7 +5,7 @@ SRC_URI = "http://xmlsoft.org/sources/libxml2-${PV}.tar.gz" FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/libxml2-${PV}" S = "${WORKDIR}/libxml2-${PV}" -inherit autotools native pkgconfig +inherit autotools native pkgconfig EXTRA_OECONF = "--without-python --without-debug --without-legacy --without-schemas --without-catalog --without-docbook --without-c14n" |