summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/texinfo/texinfo-5.1/texinfo-4.13a-powerpc.patch
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2013-12-27 10:10:48 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-01-06 11:13:55 +0000
commit6a02acbc33fe5414db3908d283e1364fbb38b256 (patch)
tree0d95837536472bfa2f8cbc1703134d908dffbad8 /meta/recipes-extended/texinfo/texinfo-5.1/texinfo-4.13a-powerpc.patch
parent663dad63a3a0807266e62c64525f4e66c5651308 (diff)
downloadpoky-6a02acbc33fe5414db3908d283e1364fbb38b256.tar.gz
texinfo: Update to 5.2
Removed a backported patch (From OE-Core rev: f85cf4b351e877b2679c85832d45ac398ab29b51) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/texinfo/texinfo-5.1/texinfo-4.13a-powerpc.patch')
-rw-r--r--meta/recipes-extended/texinfo/texinfo-5.1/texinfo-4.13a-powerpc.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/meta/recipes-extended/texinfo/texinfo-5.1/texinfo-4.13a-powerpc.patch b/meta/recipes-extended/texinfo/texinfo-5.1/texinfo-4.13a-powerpc.patch
deleted file mode 100644
index 312430f5af..0000000000
--- a/meta/recipes-extended/texinfo/texinfo-5.1/texinfo-4.13a-powerpc.patch
+++ /dev/null
@@ -1,14 +0,0 @@
1Upstream-Status: Pending
2
3diff -up texinfo-4.13/install-info/install-info.c.patch texinfo-4.13/install-info/install-info.c
4--- texinfo-4.13/install-info/install-info.c.patch 2010-01-11 14:46:32.000000000 +0100
5+++ texinfo-4.13/install-info/install-info.c 2010-01-11 14:48:47.162152695 +0100
6@@ -772,7 +772,7 @@ open_possibly_compressed_file (char *fil
7 }
8 else
9 { /* It's a plain file, seek back over the magic bytes. */
10- if (gzseek (f, 0, SEEK_SET) < 0)
11+ if (gzseek (f, 0, SEEK_SET) == -1)
12 pfatal_with_name (*opened_filename);
13 #if 0 && O_BINARY
14 /* Since this is a text file, and we opened it in binary mode,