[oe-commits] Robert Yang : grep 2.5.1a: fix unknown-configure-option

git at git.openembedded.org git at git.openembedded.org
Sat Feb 7 18:53:19 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: ed8b62aca29be93281dbdb92a3acbff5922efe5e
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=ed8b62aca29be93281dbdb92a3acbff5922efe5e

Author: Robert Yang <liezhi.yang at windriver.com>
Date:   Tue Jan 27 00:24:36 2015 -0800

grep 2.5.1a: fix unknown-configure-option

Fixed:
WARNING: QA Issue: grep: configure was passed unrecognised options: --disable-ncurses [unknown-configure-option]

Signed-off-by: Robert Yang <liezhi.yang at windriver.com>

---

 meta/recipes-extended/grep/grep_2.5.1a.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-extended/grep/grep_2.5.1a.bb b/meta/recipes-extended/grep/grep_2.5.1a.bb
index 1ce112e..178fc31 100644
--- a/meta/recipes-extended/grep/grep_2.5.1a.bb
+++ b/meta/recipes-extended/grep/grep_2.5.1a.bb
@@ -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 () {



More information about the Openembedded-commits mailing list