diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2017-02-14 22:25:09 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-02-23 12:49:50 -0800 |
commit | c5f7a5af370f9fe5f680640c611ec8fc4fdaecd5 (patch) | |
tree | 135d6aaad9e69d877939eb1fbca89dcb2c3220cd /meta | |
parent | ed28a7eb8bc9b99cc5ff67597ee50293d6c0d453 (diff) | |
download | poky-c5f7a5af370f9fe5f680640c611ec8fc4fdaecd5.tar.gz |
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>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/gawk/gawk_4.1.4.bb | 2 | ||||
-rw-r--r-- | meta/recipes-gnome/json-glib/json-glib_1.2.2.bb | 2 | ||||
-rw-r--r-- | meta/recipes-support/libcheck/libcheck_0.10.0.bb | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-extended/gawk/gawk_4.1.4.bb b/meta/recipes-extended/gawk/gawk_4.1.4.bb index b888df197c..dda38ef1bb 100644 --- a/meta/recipes-extended/gawk/gawk_4.1.4.bb +++ b/meta/recipes-extended/gawk/gawk_4.1.4.bb | |||
@@ -45,3 +45,5 @@ do_install_ptest() { | |||
45 | do cp ${S}/test/$i* ${D}${PTEST_PATH}/test; \ | 45 | do cp ${S}/test/$i* ${D}${PTEST_PATH}/test; \ |
46 | done | 46 | done |
47 | } | 47 | } |
48 | |||
49 | BBCLASSEXTEND = "nativesdk" | ||
diff --git a/meta/recipes-gnome/json-glib/json-glib_1.2.2.bb b/meta/recipes-gnome/json-glib/json-glib_1.2.2.bb index 4e272be330..6869ba91c0 100644 --- a/meta/recipes-gnome/json-glib/json-glib_1.2.2.bb +++ b/meta/recipes-gnome/json-glib/json-glib_1.2.2.bb | |||
@@ -17,4 +17,4 @@ inherit gnomebase gettext lib_package gobject-introspection gtk-doc manpages | |||
17 | 17 | ||
18 | PACKAGECONFIG[manpages] = "--enable-man --with-xml-catalog=${STAGING_ETCDIR_NATIVE}/xml/catalog.xml, --disable-man, libxslt-native xmlto-native" | 18 | PACKAGECONFIG[manpages] = "--enable-man --with-xml-catalog=${STAGING_ETCDIR_NATIVE}/xml/catalog.xml, --disable-man, libxslt-native xmlto-native" |
19 | 19 | ||
20 | BBCLASSEXTEND = "native" | 20 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-support/libcheck/libcheck_0.10.0.bb b/meta/recipes-support/libcheck/libcheck_0.10.0.bb index c0b459f661..9d34198a96 100644 --- a/meta/recipes-support/libcheck/libcheck_0.10.0.bb +++ b/meta/recipes-support/libcheck/libcheck_0.10.0.bb | |||
@@ -21,4 +21,4 @@ RREPLACES_${PN} = "check (<= 0.9.5)" | |||
21 | RDEPENDS_${PN} += "gawk" | 21 | RDEPENDS_${PN} += "gawk" |
22 | RDEPENDS_${PN}_class-native = "" | 22 | RDEPENDS_${PN}_class-native = "" |
23 | 23 | ||
24 | BBCLASSEXTEND = "native" | 24 | BBCLASSEXTEND = "native nativesdk" |