From: Ross Burton Date: Fri, 20 Sep 2019 11:16:02 +0000 (+0100) Subject: json-c: clean up recipe X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~13181 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32b0265a594a22ab4c2aa5d5023551f2e8d59b82;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- 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 9654e60a3d2..10647b85cda 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" 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"