diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2011-06-16 21:07:14 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-28 13:55:42 +0100 |
| commit | 7414953684b21bd8f496f9ff986d7e6494cd2918 (patch) | |
| tree | 21a0d15c55f5b3471ae7d2c79275b3d9b4029c43 | |
| parent | 4f61b3d464c6ec399809959f4c87eb64e4177c0d (diff) | |
| download | poky-7414953684b21bd8f496f9ff986d7e6494cd2918.tar.gz | |
libxml: extend nativesdk class
(From OE-Core rev: d6e5a55bcfb9f2f1c8b1224a26b9220c8e5978fc)
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -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" |
