summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/autoconf/autoconf_2.69.bb
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2014-05-28 12:56:26 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-06-06 09:26:39 +0100
commite2485940f980f462ca4b7894864d808dba605de8 (patch)
tree175eaa8cd8d82172e388051ce27dcdb720950952 /meta/recipes-devtools/autoconf/autoconf_2.69.bb
parentf852934df4efd977e4a7095a4c45e79b477fc4b8 (diff)
downloadast2050-yocto-poky-e2485940f980f462ca4b7894864d808dba605de8.zip
ast2050-yocto-poky-e2485940f980f462ca4b7894864d808dba605de8.tar.gz
autoconf: don't disable the autoheader warnings
The usual autoheader warning is due to AC_DEFINE variables not having a description. This results in no variable being defined in config.h, which leads to code behaving as if the test failed when it actually succeeded. This patch was introduced to OpenEmbedded back in 2004: http://git.openembedded.org/openembedded/commit/?id=5eab06d132cb2895fd579f5cedffbb54c27794f8 There is no rationale for the patch so I suspect this is due to the warnings being fatal and the submitter not understanding that the problem is more than cosmetic. (From OE-Core rev: de5fb9d7f60763082327ddeca71842c00a2fa23e) (From OE-Core rev: dd9c3d7bc946ff44e0ca90f4e345711d6ad21728) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/autoconf/autoconf_2.69.bb')
-rw-r--r--meta/recipes-devtools/autoconf/autoconf_2.69.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-devtools/autoconf/autoconf_2.69.bb b/meta/recipes-devtools/autoconf/autoconf_2.69.bb
index a2ecd94..5c652d4 100644
--- a/meta/recipes-devtools/autoconf/autoconf_2.69.bb
+++ b/meta/recipes-devtools/autoconf/autoconf_2.69.bb
@@ -12,7 +12,6 @@ SRC_URI += "file://autoreconf-include.patch \
file://autoreconf-exclude.patch \
file://autoreconf-foreign.patch \
file://autoreconf-gnuconfigize.patch \
- file://autoheader-nonfatal-warnings.patch \
file://config_site.patch \
file://remove-usr-local-lib-from-m4.patch \
file://preferbash.patch \
OpenPOWER on IntegriCloud