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/recipes-extended | |
parent | 340ff263ca84bd9f9b584f224629cf8ed8f8d9c2 (diff) | |
download | poky-9393ff833f44570fd5f500bc9de6c72db94b0296.tar.gz |
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/recipes-extended')
-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 = "" | |||
14 | bindir = "/bin" | 14 | bindir = "/bin" |
15 | sbindir = "/sbin" | 15 | sbindir = "/sbin" |
16 | 16 | ||
17 | EXTRA_OECONF = "--with-ncurses" | 17 | EXTRA_OECONF = "--with-curses --enable-job-control" |
18 | export CC_FOR_BUILD = "${BUILD_CC}" | 18 | export CC_FOR_BUILD = "${BUILD_CC}" |
19 | 19 | ||
20 | do_configure () { | 20 | do_configure () { |