diff options
author | Qing He <qing.he@intel.com> | 2010-10-20 16:45:23 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-10-20 10:27:19 +0100 |
commit | 9393ff833f44570fd5f500bc9de6c72db94b0296 (patch) | |
tree | ec27c42412608a08773628669496eae9e8d791aa /meta | |
parent | 340ff263ca84bd9f9b584f224629cf8ed8f8d9c2 (diff) | |
download | openembedded-core-9393ff833f44570fd5f500bc9de6c72db94b0296.tar.gz openembedded-core-9393ff833f44570fd5f500bc9de6c72db94b0296.tar.bz2 openembedded-core-9393ff833f44570fd5f500bc9de6c72db94b0296.zip |
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>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/bash/bash.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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 () { |