diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-10-20 21:55:02 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-10-20 21:55:51 +0100 |
commit | 980e0cec49edbfa2fceb5b3398cc3c52b30448cc (patch) | |
tree | 9f1f5eb2ddf25e2666faf9421c8652f1c2036128 | |
parent | 1d5567c43df124175b4c4454d2f316bb20242509 (diff) | |
download | poky-980e0cec49edbfa2fceb5b3398cc3c52b30448cc.tar.gz |
bash: There is no such configure option as --with-ncurses and --with-curses breaks the build
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
-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 8842425be0..aa8cac8222 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-curses --enable-job-control" | 17 | EXTRA_OECONF = "--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 () { |