summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/grep/grep_2.5.1a.bb
diff options
context:
space:
mode:
authorLi xin <lixin.fnst@cn.fujitsu.com>2015-05-25 10:18:43 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-05-26 10:57:51 +0100
commitaf6405ee9a455db38ee60cab06412f3a1fa6c3de (patch)
treef24ec4b0fbaef562304bdf42a5d77b97f646e272 /meta/recipes-extended/grep/grep_2.5.1a.bb
parentfe405a49689a6be7c021f053d1fcca533f7d2070 (diff)
downloadpoky-af6405ee9a455db38ee60cab06412f3a1fa6c3de.tar.gz
grep: Fix LSB NG Cases for gplv2 version.
-/tset/LI18NUX2K.L1/utils/egrep-tp/T.egrep-tp 5 -/tset/LI18NUX2K.L1/utils/fgrep/T.fgrep 5 -/tset/LI18NUX2K.L1/utils/grep-tp/T.grep-tp 5 The LSB core test requires grep egrep and fgrep can perform pattern matching in searches without regard to case if -i option is specified. (From OE-Core rev: d3b6aa30b3ea30d4e6a6ca923693367f66957ab0) Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/grep/grep_2.5.1a.bb')
-rw-r--r--meta/recipes-extended/grep/grep_2.5.1a.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-extended/grep/grep_2.5.1a.bb b/meta/recipes-extended/grep/grep_2.5.1a.bb
index 178fc31e6f..34d081be86 100644
--- a/meta/recipes-extended/grep/grep_2.5.1a.bb
+++ b/meta/recipes-extended/grep/grep_2.5.1a.bb
@@ -15,6 +15,7 @@ SRC_URI = "${GNU_MIRROR}/grep/grep-${PV}.tar.bz2 \
15 file://Makevars \ 15 file://Makevars \
16 file://grep-CVE-2012-5667.patch \ 16 file://grep-CVE-2012-5667.patch \
17 file://fix-for-texinfo-5.1.patch \ 17 file://fix-for-texinfo-5.1.patch \
18 file://grep-egrep-fgrep-Fix-LSB-NG-cases.patch \
18 " 19 "
19 20
20SRC_URI[md5sum] = "52202fe462770fa6be1bb667bd6cf30c" 21SRC_URI[md5sum] = "52202fe462770fa6be1bb667bd6cf30c"
@@ -22,7 +23,8 @@ SRC_URI[sha256sum] = "38c8a2bb9223d1fb1b10bdd607cf44830afc92fd451ac4cd07619bf92b
22 23
23inherit autotools gettext texinfo 24inherit autotools gettext texinfo
24 25
25EXTRA_OECONF = "--disable-perl-regexp" 26EXTRA_OECONF = "--disable-perl-regexp \
27 --without-included-regex"
26 28
27CFLAGS += "-D PROTOTYPES" 29CFLAGS += "-D PROTOTYPES"
28do_configure_prepend () { 30do_configure_prepend () {