mirror of
git://git.yoctoproject.org/poky
synced 2026-08-13 10:19:06 +00: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:
parent
340ff263ca
commit
9393ff833f
@ -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 () {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user