From: Saul Wold Date: Fri, 2 Aug 2013 01:30:59 +0000 (-0700) Subject: grep: Add patch for texinfo 5.1 X-Git-Tag: 2015-4~5637 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=bc6258f88705b0e7989089a8666ac5e5d2355823;p=openembedded-core.git grep: Add patch for texinfo 5.1 Signed-off-by: Saul Wold --- 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 @@ +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 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 \ 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"