diff options
Diffstat (limited to 'recipes/libxml/libxml2-native.inc')
-rw-r--r-- | recipes/libxml/libxml2-native.inc | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/recipes/libxml/libxml2-native.inc b/recipes/libxml/libxml2-native.inc index b819f95fba..c8182de91a 100644 --- a/recipes/libxml/libxml2-native.inc +++ b/recipes/libxml/libxml2-native.inc @@ -7,14 +7,16 @@ S = "${WORKDIR}/libxml2-${PV}" inherit distutils-base autotools native pkgconfig -EXTRA_OECONF = "\ - --with-python=${PYTHON_DIR} \ - --without-debug \ - --without-legacy \ - --with-catalog \ - --without-docbook \ - --with-c14n \ -" +do_configure_prepend () { + EXTRA_OECONF = "\ + --with-python=${PYTHON_DIR} \ + --without-debug \ + --without-legacy \ + --with-catalog \ + --without-docbook \ + --with-c14n \ + " +} do_stage () { oe_runmake install |