diff options
author | Ross Burton <ross.burton@intel.com> | 2016-10-04 16:37:52 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-10-05 10:10:10 +0100 |
commit | 25f3a3d98098c72780e379c8d7d2a677f9557973 (patch) | |
tree | 632c4173f5425c3c16de07f639e705ac0e279e8d /meta/recipes-devtools/json-c | |
parent | fb71f34d7379569c23cc00e18d134093147613f5 (diff) | |
download | poky-25f3a3d98098c72780e379c8d7d2a677f9557973.tar.gz |
json-c: add BBCLASSEXTEND for native and nativesdk
(From OE-Core rev: c2c053a016d9c146e46fc617cdbd9e8b34ea955f)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/json-c')
-rw-r--r-- | meta/recipes-devtools/json-c/json-c_0.12.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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 d8c76dbf18..a15455c9bf 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() { | |||
28 | # Clean up autoconf cruft that should not be in the tarball | 28 | # Clean up autoconf cruft that should not be in the tarball |
29 | rm -f ${S}/config.status | 29 | rm -f ${S}/config.status |
30 | } | 30 | } |
31 | |||
32 | BBCLASSEXTEND = "native nativesdk" | ||