gawk/json-glib/libcheck: extend to nativesdk

They are required by nativesdk-cve-check-tool.

(From OE-Core rev: 7252c6f1b4b9a63e3bac79c6eba1b66ab85e21b9)

(From OE-Core rev: 84f254cb8c75fbd368041b7637effe42a05b2203)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Robert Yang 2017-02-14 22:25:09 -08:00 committed by Richard Purdie
parent ed28a7eb8b
commit c5f7a5af37
3 changed files with 4 additions and 2 deletions

View File

@ -45,3 +45,5 @@ do_install_ptest() {
do cp ${S}/test/$i* ${D}${PTEST_PATH}/test; \
done
}
BBCLASSEXTEND = "nativesdk"

View File

@ -17,4 +17,4 @@ inherit gnomebase gettext lib_package gobject-introspection gtk-doc manpages
PACKAGECONFIG[manpages] = "--enable-man --with-xml-catalog=${STAGING_ETCDIR_NATIVE}/xml/catalog.xml, --disable-man, libxslt-native xmlto-native"
BBCLASSEXTEND = "native"
BBCLASSEXTEND = "native nativesdk"

View File

@ -21,4 +21,4 @@ RREPLACES_${PN} = "check (<= 0.9.5)"
RDEPENDS_${PN} += "gawk"
RDEPENDS_${PN}_class-native = ""
BBCLASSEXTEND = "native"
BBCLASSEXTEND = "native nativesdk"