diff options
author | Ross Burton <ross.burton@intel.com> | 2019-09-20 12:16:02 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-09-27 13:02:16 +0100 |
commit | eaef2d88bfc32a3e34230b7051754ee7f7974864 (patch) | |
tree | 7889759feff34794e90bf18c18ca498809d5003f | |
parent | 299a3e59757442e0c86ac273c047e59e01a5444c (diff) | |
download | poky-eaef2d88bfc32a3e34230b7051754ee7f7974864.tar.gz |
json-c: clean up recipe
Tidy the indentation of EXTRA_OECONF.
Remove the deletion of config.status which hasn't been in the tarballs since
0.12.
(From OE-Core rev: 32b0265a594a22ab4c2aa5d5023551f2e8d59b82)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/json-c/json-c_0.13.1.bb | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/meta/recipes-devtools/json-c/json-c_0.13.1.bb b/meta/recipes-devtools/json-c/json-c_0.13.1.bb index 9654e60a3d..10647b85cd 100644 --- a/meta/recipes-devtools/json-c/json-c_0.13.1.bb +++ b/meta/recipes-devtools/json-c/json-c_0.13.1.bb | |||
@@ -22,12 +22,6 @@ RPROVIDES_${PN} = "libjson" | |||
22 | 22 | ||
23 | inherit autotools | 23 | inherit autotools |
24 | 24 | ||
25 | EXTRA_OECONF = "--disable-werror \ | 25 | EXTRA_OECONF = "--disable-werror" |
26 | " | ||
27 | |||
28 | do_configure_prepend() { | ||
29 | # Clean up autoconf cruft that should not be in the tarball | ||
30 | rm -f ${S}/config.status | ||
31 | } | ||
32 | 26 | ||
33 | BBCLASSEXTEND = "native nativesdk" | 27 | BBCLASSEXTEND = "native nativesdk" |