diff options
author | Ross Burton <ross.burton@intel.com> | 2014-11-28 15:35:15 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-12-03 12:24:00 +0000 |
commit | 8a21eee81b1b2034ab0975b896c769a0233263cc (patch) | |
tree | c20e8306a60ced743bdfc573b4298227979641e4 /meta/recipes-extended | |
parent | 1ecad61a9d3ee0dc3a759fba3e95f6958e24512e (diff) | |
download | poky-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/recipes-extended')
-rw-r--r-- | meta/recipes-extended/bash/bash.inc | 3 |
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 | ||
9 | PARALLEL_MAKE = "" | 9 | PARALLEL_MAKE = "" |
10 | 10 | ||
11 | EXTRA_AUTORECONF += "--exclude=autoheader" | ||
11 | EXTRA_OECONF = "--enable-job-control" | 12 | EXTRA_OECONF = "--enable-job-control" |
12 | 13 | ||
13 | ALTERNATIVE_${PN} = "sh" | 14 | ALTERNATIVE_${PN} = "sh" |
@@ -15,8 +16,6 @@ ALTERNATIVE_LINK_NAME[sh] = "${base_bindir}/sh" | |||
15 | ALTERNATIVE_TARGET[sh] = "${base_bindir}/bash" | 16 | ALTERNATIVE_TARGET[sh] = "${base_bindir}/bash" |
16 | ALTERNATIVE_PRIORITY = "100" | 17 | ALTERNATIVE_PRIORITY = "100" |
17 | 18 | ||
18 | export AUTOHEADER = "true" | ||
19 | |||
20 | RDEPENDS_${PN} += "base-files" | 19 | RDEPENDS_${PN} += "base-files" |
21 | RDEPENDS_${PN}_class-nativesdk = "" | 20 | RDEPENDS_${PN}_class-nativesdk = "" |
22 | RDEPENDS_${PN}-ptest += "make" | 21 | RDEPENDS_${PN}-ptest += "make" |