mirror of
https://git.yoctoproject.org/poky
synced 2026-03-06 15:29:40 +01:00
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:
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user