mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +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:
@@ -14,7 +14,7 @@ PARALLEL_MAKE = ""
|
|||||||
bindir = "/bin"
|
bindir = "/bin"
|
||||||
sbindir = "/sbin"
|
sbindir = "/sbin"
|
||||||
|
|
||||||
EXTRA_OECONF = "--with-curses --enable-job-control"
|
EXTRA_OECONF = "--enable-job-control"
|
||||||
export CC_FOR_BUILD = "${BUILD_CC}"
|
export CC_FOR_BUILD = "${BUILD_CC}"
|
||||||
|
|
||||||
do_configure () {
|
do_configure () {
|
||||||
|
|||||||
Reference in New Issue
Block a user