summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-extended/bash/bash.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/bash/bash.inc b/meta/recipes-extended/bash/bash.inc
index d7b28cfffe..5204949035 100644
--- a/meta/recipes-extended/bash/bash.inc
+++ b/meta/recipes-extended/bash/bash.inc
@@ -7,7 +7,7 @@ DEPENDS = "ncurses bison-native"
7inherit autotools gettext texinfo update-alternatives ptest 7inherit autotools gettext texinfo update-alternatives ptest
8 8
9EXTRA_AUTORECONF += "--exclude=autoheader" 9EXTRA_AUTORECONF += "--exclude=autoheader"
10EXTRA_OECONF = "--enable-job-control" 10EXTRA_OECONF = "--enable-job-control --without-bash-malloc"
11 11
12ALTERNATIVE_${PN} = "sh" 12ALTERNATIVE_${PN} = "sh"
13ALTERNATIVE_LINK_NAME[sh] = "${base_bindir}/sh" 13ALTERNATIVE_LINK_NAME[sh] = "${base_bindir}/sh"