aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/bash
diff options
context:
space:
mode:
authorQing He <qing.he@intel.com>2010-10-20 16:45:23 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-10-20 10:27:19 +0100
commit9393ff833f44570fd5f500bc9de6c72db94b0296 (patch)
treeec27c42412608a08773628669496eae9e8d791aa /meta/recipes-extended/bash
parent340ff263ca84bd9f9b584f224629cf8ed8f8d9c2 (diff)
downloadopenembedded-core-9393ff833f44570fd5f500bc9de6c72db94b0296.tar.gz
bash: fix job control
job control can't be automatically detected when cross-compiling, enable it explicitly. Fixes [BUGID #487] Signed-off-by: Qing He <qing.he@intel.com>
Diffstat (limited to 'meta/recipes-extended/bash')
-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 42e89180d1..8842425be0 100644
--- a/meta/recipes-extended/bash/bash.inc
+++ b/meta/recipes-extended/bash/bash.inc
@@ -14,7 +14,7 @@ PARALLEL_MAKE = ""
bindir = "/bin"
sbindir = "/sbin"
-EXTRA_OECONF = "--with-ncurses"
+EXTRA_OECONF = "--with-curses --enable-job-control"
export CC_FOR_BUILD = "${BUILD_CC}"
do_configure () {