From 9393ff833f44570fd5f500bc9de6c72db94b0296 Mon Sep 17 00:00:00 2001 From: Qing He Date: Wed, 20 Oct 2010 16:45:23 +0800 Subject: 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 --- meta/recipes-extended/bash/bash.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-extended/bash') 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 () { -- cgit v1.2.3-54-g00ecf