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>
This commit is contained in:
Ross Burton
2019-09-20 12:16:02 +01:00
committed by Richard Purdie
parent 299a3e5975
commit eaef2d88bf

View File

@@ -22,12 +22,6 @@ RPROVIDES_${PN} = "libjson"
inherit autotools
EXTRA_OECONF = "--disable-werror \
"
do_configure_prepend() {
# Clean up autoconf cruft that should not be in the tarball
rm -f ${S}/config.status
}
EXTRA_OECONF = "--disable-werror"
BBCLASSEXTEND = "native nativesdk"