From: Ross Burton Date: Fri, 20 Sep 2019 11:16:02 +0000 (+0100) Subject: json-c: clean up recipe X-Git-Tag: uninative-2.7~69 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=32b0265a594a22ab4c2aa5d5023551f2e8d59b82;p=openembedded-core.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 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" 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"