aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/bash
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2010-10-20 21:55:02 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2010-10-20 21:55:51 +0100
commit980e0cec49edbfa2fceb5b3398cc3c52b30448cc (patch)
tree9f1f5eb2ddf25e2666faf9421c8652f1c2036128 /meta/recipes-extended/bash
parent1d5567c43df124175b4c4454d2f316bb20242509 (diff)
downloadopenembedded-core-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>
Diffstat (limited to 'meta/recipes-extended/bash')
-rw-r--r--meta/recipes-extended/bash/bash.inc2
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 = ""
bindir = "/bin"
sbindir = "/sbin"
-EXTRA_OECONF = "--with-curses --enable-job-control"
+EXTRA_OECONF = "--enable-job-control"
export CC_FOR_BUILD = "${BUILD_CC}"
do_configure () {