diff options
| -rw-r--r-- | meta/recipes-core/libxml/libxml2.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-core/libxml/libxml2.inc b/meta/recipes-core/libxml/libxml2.inc index d9ea816e6d..118764421e 100644 --- a/meta/recipes-core/libxml/libxml2.inc +++ b/meta/recipes-core/libxml/libxml2.inc | |||
| @@ -21,6 +21,7 @@ inherit autotools pkgconfig binconfig | |||
| 21 | 21 | ||
| 22 | EXTRA_OECONF = "--without-python --without-debug --without-legacy --without-catalog --without-docbook --with-c14n" | 22 | EXTRA_OECONF = "--without-python --without-debug --without-legacy --without-catalog --without-docbook --with-c14n" |
| 23 | EXTRA_OECONF_virtclass-native = "--with-python=${STAGING_BINDIR}/python --without-legacy --with-catalog --without-docbook --with-c14n" | 23 | EXTRA_OECONF_virtclass-native = "--with-python=${STAGING_BINDIR}/python --without-legacy --with-catalog --without-docbook --with-c14n" |
| 24 | EXTRA_OECONF_virtclass-nativesdk = "--with-python=${STAGING_BINDIR}/python --without-legacy --with-catalog --without-docbook --with-c14n" | ||
| 24 | EXTRA_OECONF_linuxstdbase = "--without-python --with-debug --with-legacy --with-catalog --with-docbook --with-c14n" | 25 | EXTRA_OECONF_linuxstdbase = "--without-python --with-debug --with-legacy --with-catalog --with-docbook --with-c14n" |
| 25 | 26 | ||
| 26 | # required for pythong binding | 27 | # required for pythong binding |
| @@ -42,4 +43,4 @@ PACKAGES = "${PN}-dbg ${PN}-dev ${PN}-utils ${PN} ${PN}-doc ${PN}-locale" | |||
| 42 | FILES_${PN}-dev += "${bindir}/*-config ${libdir}/xml2Conf.sh" | 43 | FILES_${PN}-dev += "${bindir}/*-config ${libdir}/xml2Conf.sh" |
| 43 | FILES_${PN}-utils += "${bindir}/*" | 44 | FILES_${PN}-utils += "${bindir}/*" |
| 44 | 45 | ||
| 45 | BBCLASSEXTEND = "native" | 46 | BBCLASSEXTEND = "native nativesdk" |
