]> code.ossystems Code Review - openembedded-core.git/commitdiff
json-c: add BBCLASSEXTEND for native and nativesdk
authorRoss Burton <ross.burton@intel.com>
Tue, 4 Oct 2016 15:37:52 +0000 (16:37 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 4 Oct 2016 23:10:04 +0000 (00:10 +0100)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/json-c/json-c_0.12.bb

index d8c76dbf18a0cbb2a62656ccf183c9ea3dbfcb9a..a15455c9bfb91918b9f78fbc9fab0e0856dfd7a9 100644 (file)
@@ -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"