summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/bash/bash.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/bash/bash.inc')
-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"