mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 03:32:13 +02: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:
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user