mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 21:32:12 +02:00
ncurses: update gnu-config files in do_configure()
(From OE-Core rev: 52d4c2cb6cd15f8ebaacc92ddf71274bf7a421d5) Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
9ee6b718c1
commit
264ca0fdbe
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://ncurses/base/version.c;beginline=1;endline=27;md5=cbc
|
||||
SECTION = "libs"
|
||||
DEPENDS = "ncurses-native"
|
||||
DEPENDS_class-native = ""
|
||||
INC_PR = "r12"
|
||||
INC_PR = "r13"
|
||||
|
||||
inherit autotools binconfig multilib_header
|
||||
|
||||
@@ -68,6 +68,7 @@ do_configure() {
|
||||
# not the case for /dev/null redirections)
|
||||
export cf_cv_working_poll=yes
|
||||
|
||||
gnu-configize --force
|
||||
ncurses_configure "narrowc" || \
|
||||
return 1
|
||||
! ${ENABLE_WIDEC} || \
|
||||
|
||||
Reference in New Issue
Block a user