]> code.ossystems Code Review - openembedded-core.git/commitdiff
json-c: clean up recipe
authorRoss Burton <ross.burton@intel.com>
Fri, 20 Sep 2019 11:16:02 +0000 (12:16 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 27 Sep 2019 12:01:17 +0000 (13:01 +0100)
Tidy the indentation of EXTRA_OECONF.

Remove the deletion of config.status which hasn't been in the tarballs since
0.12.

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.13.1.bb

index 9654e60a3d23b8537e140676e9547861a2027186..10647b85cdacb2d762e52a0654cd5d81d7657d95 100644 (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"