summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2014-11-28 15:35:15 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-12-03 12:24:00 +0000
commit8a21eee81b1b2034ab0975b896c769a0233263cc (patch)
treec20e8306a60ced743bdfc573b4298227979641e4 /meta
parent1ecad61a9d3ee0dc3a759fba3e95f6958e24512e (diff)
downloadpoky-8a21eee81b1b2034ab0975b896c769a0233263cc.tar.gz
bash: use EXTRA_AUTORECONF to disable autoheader
Disable autoheader by setting EXTRA_AUTORECONF to --exclude=autoheader instead of setting AUTOHEADER to true. (From OE-Core rev: cdb5bf9ce2eed0c1608b33d8272e755c26e376f9) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-extended/bash/bash.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-extended/bash/bash.inc b/meta/recipes-extended/bash/bash.inc
index d35d25cc92..a00db5c821 100644
--- a/meta/recipes-extended/bash/bash.inc
+++ b/meta/recipes-extended/bash/bash.inc
@@ -8,6 +8,7 @@ inherit autotools-brokensep gettext texinfo update-alternatives ptest
8 8
9PARALLEL_MAKE = "" 9PARALLEL_MAKE = ""
10 10
11EXTRA_AUTORECONF += "--exclude=autoheader"
11EXTRA_OECONF = "--enable-job-control" 12EXTRA_OECONF = "--enable-job-control"
12 13
13ALTERNATIVE_${PN} = "sh" 14ALTERNATIVE_${PN} = "sh"
@@ -15,8 +16,6 @@ ALTERNATIVE_LINK_NAME[sh] = "${base_bindir}/sh"
15ALTERNATIVE_TARGET[sh] = "${base_bindir}/bash" 16ALTERNATIVE_TARGET[sh] = "${base_bindir}/bash"
16ALTERNATIVE_PRIORITY = "100" 17ALTERNATIVE_PRIORITY = "100"
17 18
18export AUTOHEADER = "true"
19
20RDEPENDS_${PN} += "base-files" 19RDEPENDS_${PN} += "base-files"
21RDEPENDS_${PN}_class-nativesdk = "" 20RDEPENDS_${PN}_class-nativesdk = ""
22RDEPENDS_${PN}-ptest += "make" 21RDEPENDS_${PN}-ptest += "make"