boost/libxslt: Enable nativesdk to unbreak <bitbake universe>

When run <make universe.fetchall>, the make will be broken because
nativesdk-boost and nativesdk-libxslt don't exist.
nativesdk-boost is depended by nativesdk-curlpp.
nativesdk-libxslt is depended by nativesdk-python-lxml.
In condition that meta-openembedded is compiled in.

Add nativesdk building for boost and libxslt.

(From OE-Core rev: 1bb2c58ef7de3a1d52b4a29ca3cc230defe6c21d)

Signed-off-by: Li Zhou <li.zhou@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Li Zhou 2015-04-30 17:34:23 +08:00 committed by Richard Purdie
parent 4255b32738
commit aa2b6362ef
2 changed files with 2 additions and 2 deletions

View File

@ -181,4 +181,4 @@ do_install() {
}
BBCLASSEXTEND = "native"
BBCLASSEXTEND = "native nativesdk"

View File

@ -43,4 +43,4 @@ do_install_append_class-native () {
FILES_${PN} += "${libdir}/libxslt-plugins"
FILES_${PN}-dev += "${libdir}/xsltConf.sh"
BBCLASSEXTEND = "native"
BBCLASSEXTEND = "native nativesdk"