aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2014-05-28 12:56:24 +0100
committerAndreas Oberritter <obi@opendreambox.org>2015-02-23 17:15:38 +0100
commit833892ae4ef4b849901934bc185170abad3c7aa4 (patch)
tree3a201307f76c3ff43a12802d26953a8d0cc9d0bc /meta/recipes-core
parent324177d709c9b4678f3a519271756f9ab8568625 (diff)
downloadopenembedded-core-contrib-833892ae4ef4b849901934bc185170abad3c7aa4.tar.gz
readline: exclude autoheader from autoreconf
readline ships a hand-maintained config.h, instead of letting autoheader generate one from configure.ac. The required arguments to AC_DEFINE are not in configure.ac so autoheader will produce warnings and the generated code will not behave as expected. Solve this by excluding autoheader from autoreconf, so the upstream config.h.in is used. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 8c37d32d6133c6ad2b9142e7a42775e7a979b570) Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r--meta/recipes-core/readline/readline.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-core/readline/readline.inc b/meta/recipes-core/readline/readline.inc
index f020dead9e..32b55575a3 100644
--- a/meta/recipes-core/readline/readline.inc
+++ b/meta/recipes-core/readline/readline.inc
@@ -21,6 +21,8 @@ S = "${WORKDIR}/${BPN}-${PV}"
inherit autotools
+EXTRA_AUTORECONF += "--exclude=autoheader"
+
LEAD_SONAME = "libreadline.so"
do_configure_prepend () {