summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-extended/bash/bash.inc8
1 files changed, 1 insertions, 7 deletions
diff --git a/meta/recipes-extended/bash/bash.inc b/meta/recipes-extended/bash/bash.inc
index f4e1f7a11f..89c35bd59c 100644
--- a/meta/recipes-extended/bash/bash.inc
+++ b/meta/recipes-extended/bash/bash.inc
@@ -6,7 +6,7 @@ DEPENDS = "ncurses bison-native virtual/libiconv"
6 6
7inherit autotools gettext texinfo update-alternatives ptest 7inherit autotools gettext texinfo update-alternatives ptest
8 8
9EXTRA_AUTORECONF += "--exclude=autoheader" 9EXTRA_AUTORECONF += "--exclude=autoheader --exclude=aclocal"
10EXTRA_OECONF = "--enable-job-control --without-bash-malloc" 10EXTRA_OECONF = "--enable-job-control --without-bash-malloc"
11 11
12# If NON_INTERACTIVE_LOGIN_SHELLS is defined, all login shells read the 12# If NON_INTERACTIVE_LOGIN_SHELLS is defined, all login shells read the
@@ -33,12 +33,6 @@ USERADD_PARAM_${PN}-ptest = "--create-home --user-group test"
33 33
34CACHED_CONFIGUREVARS += "headersdir=${includedir}/${PN}" 34CACHED_CONFIGUREVARS += "headersdir=${includedir}/${PN}"
35 35
36do_configure_prepend () {
37 if [ ! -e ${S}/acinclude.m4 ]; then
38 cat ${S}/aclocal.m4 > ${S}/acinclude.m4
39 fi
40}
41
42do_compile_ptest () { 36do_compile_ptest () {
43 oe_runmake buildtest 37 oe_runmake buildtest
44} 38}