From: Qing He Date: Wed, 20 Oct 2010 08:45:23 +0000 (+0800) Subject: bash: fix job control X-Git-Tag: 2011-1~4209 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=9393ff833f44570fd5f500bc9de6c72db94b0296;p=openembedded-core.git 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 --- 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 () {