grep: Add patch for texinfo 5.1

(From OE-Core rev: bc6258f88705b0e7989089a8666ac5e5d2355823)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Saul Wold 2013-08-01 18:30:59 -07:00 committed by Richard Purdie
parent 5aff1820c5
commit 4cff3defb5
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,13 @@
Index: grep-2.5.1a/doc/grep.texi
===================================================================
--- grep-2.5.1a.orig/doc/grep.texi
+++ grep-2.5.1a/doc/grep.texi
@@ -288,7 +288,7 @@ This version number should be included i
Print a usage message briefly summarizing these command-line options
and the bug-reporting address, then exit.
-@itemx --binary-files=@var{type}
+@item --binary-files=@var{type}
@opindex --binary-files
@cindex binary files
If the first few bytes of a file indicate that the file contains binary

View File

@ -14,6 +14,7 @@ SRC_URI = "${GNU_MIRROR}/grep/grep-${PV}.tar.bz2 \
file://fix64-int-to-pointer.patch \
file://Makevars \
file://grep-CVE-2012-5667.patch \
file://fix-for-texinfo-5.1.patch \
"
SRC_URI[md5sum] = "52202fe462770fa6be1bb667bd6cf30c"