]> code.ossystems Code Review - openembedded-core.git/commitdiff
libxml: extend nativesdk class
authorOtavio Salvador <otavio@ossystems.com.br>
Thu, 16 Jun 2011 21:07:14 +0000 (21:07 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 28 Jun 2011 12:51:40 +0000 (13:51 +0100)
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
meta/recipes-core/libxml/libxml2.inc

index d9ea816e6d1f0c92e109bde566c4730d270c5356..118764421e88a4f44f4c98ab55f95d2368b19e0a 100644 (file)
@@ -21,6 +21,7 @@ inherit autotools pkgconfig binconfig
 
 EXTRA_OECONF = "--without-python --without-debug --without-legacy --without-catalog --without-docbook --with-c14n"
 EXTRA_OECONF_virtclass-native = "--with-python=${STAGING_BINDIR}/python --without-legacy --with-catalog --without-docbook --with-c14n"
+EXTRA_OECONF_virtclass-nativesdk = "--with-python=${STAGING_BINDIR}/python --without-legacy --with-catalog --without-docbook --with-c14n"
 EXTRA_OECONF_linuxstdbase = "--without-python --with-debug --with-legacy --with-catalog --with-docbook --with-c14n"
 
 # required for pythong binding
@@ -42,4 +43,4 @@ PACKAGES = "${PN}-dbg ${PN}-dev ${PN}-utils ${PN} ${PN}-doc ${PN}-locale"
 FILES_${PN}-dev += "${bindir}/*-config ${libdir}/xml2Conf.sh"
 FILES_${PN}-utils += "${bindir}/*"
 
-BBCLASSEXTEND = "native"
+BBCLASSEXTEND = "native nativesdk"