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>
This commit is contained in:
Qing He
2010-10-20 16:45:23 +08:00
committed by Richard Purdie
parent 340ff263ca
commit 9393ff833f

View 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 () {