[oe-commits] [openembedded-core] 01/17: json-c: add BBCLASSEXTEND for native and nativesdk

git at git.openembedded.org git at git.openembedded.org
Tue Oct 4 23:19:08 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit c2c053a016d9c146e46fc617cdbd9e8b34ea955f
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Tue Oct 4 16:37:52 2016 +0100

    json-c: add BBCLASSEXTEND for native and nativesdk
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-devtools/json-c/json-c_0.12.bb | 2 ++
 1 file changed, 2 insertions(+)

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 d8c76db..a15455c 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list