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