]> code.ossystems Code Review - openembedded-core.git/commitdiff
bash: use EXTRA_AUTORECONF to disable autoheader
authorRoss Burton <ross.burton@intel.com>
Fri, 28 Nov 2014 15:35:15 +0000 (15:35 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 3 Dec 2014 12:22:42 +0000 (12:22 +0000)
Disable autoheader by setting EXTRA_AUTORECONF to --exclude=autoheader instead
of setting AUTOHEADER to true.

Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-extended/bash/bash.inc

index d35d25cc9238e6ff7cf46d1760f1dbbbaced9462..a00db5c8211fc51809d8d3d7c7cdd5eb9fb0045c 100644 (file)
@@ -8,6 +8,7 @@ inherit autotools-brokensep gettext texinfo update-alternatives ptest
 
 PARALLEL_MAKE = ""
 
+EXTRA_AUTORECONF += "--exclude=autoheader"
 EXTRA_OECONF = "--enable-job-control"
 
 ALTERNATIVE_${PN} = "sh"
@@ -15,8 +16,6 @@ ALTERNATIVE_LINK_NAME[sh] = "${base_bindir}/sh"
 ALTERNATIVE_TARGET[sh] = "${base_bindir}/bash"
 ALTERNATIVE_PRIORITY = "100"
 
-export AUTOHEADER = "true"
-
 RDEPENDS_${PN} += "base-files"
 RDEPENDS_${PN}_class-nativesdk = ""
 RDEPENDS_${PN}-ptest += "make"