1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

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>
This commit is contained in:
Richard Purdie
2010-10-20 21:55:02 +01:00
parent 1d5567c43d
commit 980e0cec49
+1 -1
View File
@@ -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 () {