diff options
| -rw-r--r-- | meta/recipes-extended/bash/bash.inc | 8 |
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 | ||
| 7 | inherit autotools gettext texinfo update-alternatives ptest | 7 | inherit autotools gettext texinfo update-alternatives ptest |
| 8 | 8 | ||
| 9 | EXTRA_AUTORECONF += "--exclude=autoheader" | 9 | EXTRA_AUTORECONF += "--exclude=autoheader --exclude=aclocal" |
| 10 | EXTRA_OECONF = "--enable-job-control --without-bash-malloc" | 10 | EXTRA_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 | ||
| 34 | CACHED_CONFIGUREVARS += "headersdir=${includedir}/${PN}" | 34 | CACHED_CONFIGUREVARS += "headersdir=${includedir}/${PN}" |
| 35 | 35 | ||
| 36 | do_configure_prepend () { | ||
| 37 | if [ ! -e ${S}/acinclude.m4 ]; then | ||
| 38 | cat ${S}/aclocal.m4 > ${S}/acinclude.m4 | ||
| 39 | fi | ||
| 40 | } | ||
| 41 | |||
| 42 | do_compile_ptest () { | 36 | do_compile_ptest () { |
| 43 | oe_runmake buildtest | 37 | oe_runmake buildtest |
| 44 | } | 38 | } |
