mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
grep 2.5.1a: fix unknown-configure-option
Fixed: WARNING: QA Issue: grep: configure was passed unrecognised options: --disable-ncurses [unknown-configure-option] (From OE-Core rev: ed8b62aca29be93281dbdb92a3acbff5922efe5e) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
1f9b782661
commit
f4b1459005
@@ -22,7 +22,7 @@ SRC_URI[sha256sum] = "38c8a2bb9223d1fb1b10bdd607cf44830afc92fd451ac4cd07619bf92b
|
||||
|
||||
inherit autotools gettext texinfo
|
||||
|
||||
EXTRA_OECONF = "--disable-perl-regexp --disable-ncurses"
|
||||
EXTRA_OECONF = "--disable-perl-regexp"
|
||||
|
||||
CFLAGS += "-D PROTOTYPES"
|
||||
do_configure_prepend () {
|
||||
|
||||
Reference in New Issue
Block a user