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:29:15 -0800 |
commit | 84f254cb8c75fbd368041b7637effe42a05b2203 (patch) | |
tree | e2badaab241fd5736219b7b93c2152a6e050bbe8 /meta/recipes-support | |
parent | 532d5fd5450b9ac85f81e5909b9eaa26b8493dad (diff) | |
download | openembedded-core-84f254cb8c75fbd368041b7637effe42a05b2203.tar.gz openembedded-core-84f254cb8c75fbd368041b7637effe42a05b2203.tar.bz2 openembedded-core-84f254cb8c75fbd368041b7637effe42a05b2203.zip |
gawk/json-glib/libcheck: extend to nativesdk
They are required by nativesdk-cve-check-tool.
(From OE-Core rev: 7252c6f1b4b9a63e3bac79c6eba1b66ab85e21b9)
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/recipes-support')
-rw-r--r-- | meta/recipes-support/libcheck/libcheck_0.10.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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)" RDEPENDS_${PN} += "gawk" RDEPENDS_${PN}_class-native = "" -BBCLASSEXTEND = "native" +BBCLASSEXTEND = "native nativesdk" |