From 980e0cec49edbfa2fceb5b3398cc3c52b30448cc Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 20 Oct 2010 21:55:02 +0100 Subject: bash: There is no such configure option as --with-ncurses and --with-curses breaks the build Signed-off-by: Richard Purdie --- 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 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 () { -- cgit v1.2.3-54-g00ecf