From: Ross Burton Date: Tue, 4 Oct 2016 15:37:52 +0000 (+0100) Subject: json-c: add BBCLASSEXTEND for native and nativesdk X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~23963 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2c053a016d9c146e46fc617cdbd9e8b34ea955f;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git json-c: add BBCLASSEXTEND for native and nativesdk Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/json-c/json-c_0.12.bb b/meta/recipes-devtools/json-c/json-c_0.12.bb index d8c76dbf18a..a15455c9bfb 100644 --- a/meta/recipes-devtools/json-c/json-c_0.12.bb +++ b/meta/recipes-devtools/json-c/json-c_0.12.bb @@ -28,3 +28,5 @@ do_configure_prepend() { # Clean up autoconf cruft that should not be in the tarball rm -f ${S}/config.status } + +BBCLASSEXTEND = "native nativesdk"