]> code.ossystems Code Review - openembedded-core.git/commitdiff
bash: fix job control
authorQing He <qing.he@intel.com>
Wed, 20 Oct 2010 08:45:23 +0000 (16:45 +0800)
committerRichard Purdie <rpurdie@linux.intel.com>
Wed, 20 Oct 2010 09:27:19 +0000 (10:27 +0100)
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>
meta/recipes-extended/bash/bash.inc

index 42e89180d1fe09c8544706f8a5dbc84d8573861e..8842425be08f55373dbe305cb3de825dc4a24b32 100644 (file)
@@ -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 () {