summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2014-01-21 17:30:03 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-01-21 21:56:58 +0000
commit31498bcf19f3bbd6887811c466d353ae50d59e0c (patch)
treee87c267a7a1157f560a6c2ab11c6369b01a21c61 /meta
parentac5c4dcf46358832202b696a1794f157c78182bc (diff)
downloadpoky-31498bcf19f3bbd6887811c466d353ae50d59e0c.tar.gz
grep: Add patch for texinfo 5.1
(From OE-Core master rev: bc6258f88705b0e7989089a8666ac5e5d2355823) (From OE-Core rev: 80848b0df18e5a962adda35750431e28c19f9204) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-extended/grep/grep-2.5.1a/fix-for-texinfo-5.1.patch13
-rw-r--r--meta/recipes-extended/grep/grep_2.5.1a.bb1
2 files changed, 14 insertions, 0 deletions
diff --git a/meta/recipes-extended/grep/grep-2.5.1a/fix-for-texinfo-5.1.patch b/meta/recipes-extended/grep/grep-2.5.1a/fix-for-texinfo-5.1.patch
new file mode 100644
index 0000000000..02dbd2031d
--- /dev/null
+++ b/meta/recipes-extended/grep/grep-2.5.1a/fix-for-texinfo-5.1.patch
@@ -0,0 +1,13 @@
1Index: grep-2.5.1a/doc/grep.texi
2===================================================================
3--- grep-2.5.1a.orig/doc/grep.texi
4+++ grep-2.5.1a/doc/grep.texi
5@@ -288,7 +288,7 @@ This version number should be included i
6 Print a usage message briefly summarizing these command-line options
7 and the bug-reporting address, then exit.
8
9-@itemx --binary-files=@var{type}
10+@item --binary-files=@var{type}
11 @opindex --binary-files
12 @cindex binary files
13 If the first few bytes of a file indicate that the file contains binary
diff --git a/meta/recipes-extended/grep/grep_2.5.1a.bb b/meta/recipes-extended/grep/grep_2.5.1a.bb
index 247c837004..088959c9ca 100644
--- a/meta/recipes-extended/grep/grep_2.5.1a.bb
+++ b/meta/recipes-extended/grep/grep_2.5.1a.bb
@@ -14,6 +14,7 @@ SRC_URI = "${GNU_MIRROR}/grep/grep-${PV}.tar.bz2 \
14 file://fix64-int-to-pointer.patch \ 14 file://fix64-int-to-pointer.patch \
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 " 18 "
18 19
19SRC_URI[md5sum] = "52202fe462770fa6be1bb667bd6cf30c" 20SRC_URI[md5sum] = "52202fe462770fa6be1bb667bd6cf30c"