diff options
Diffstat (limited to 'meta/recipes-extended/bash/bash.inc')
-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" |