diff options
author | Saul Wold <sgw@linux.intel.com> | 2013-08-01 18:30:59 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-03 10:33:14 +0100 |
commit | 4cff3defb545643132b7233fcffb3fedc1bf182b (patch) | |
tree | a0a000695ce9a0f89bcaf2e5c4a17c40f6784cb8 /meta/recipes-extended | |
parent | 5aff1820c54433dfc94825ea82faf77745ad5a8b (diff) | |
download | poky-4cff3defb545643132b7233fcffb3fedc1bf182b.tar.gz |
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>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/grep/grep-2.5.1a/fix-for-texinfo-5.1.patch | 13 | ||||
-rw-r--r-- | meta/recipes-extended/grep/grep_2.5.1a.bb | 1 |
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 @@ | |||
1 | Index: 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 | ||
19 | SRC_URI[md5sum] = "52202fe462770fa6be1bb667bd6cf30c" | 20 | SRC_URI[md5sum] = "52202fe462770fa6be1bb667bd6cf30c" |