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:
Robert Yang 2015-01-27 00:24:36 -08:00 committed by Richard Purdie
parent 1f9b782661
commit f4b1459005
1 changed files with 1 additions and 1 deletions

View File

@ -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 () {