summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/json-c/json-c_0.13.1.bb8
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
23inherit autotools 23inherit autotools
24 24
25EXTRA_OECONF = "--disable-werror \ 25EXTRA_OECONF = "--disable-werror"
26 "
27
28do_configure_prepend() {
29 # Clean up autoconf cruft that should not be in the tarball
30 rm -f ${S}/config.status
31}
32 26
33BBCLASSEXTEND = "native nativesdk" 27BBCLASSEXTEND = "native nativesdk"