summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/ghostscript/ghostscript/ghostscript-9.02-genarch.patch
diff options
context:
space:
mode:
authorHongxu Jia <hongxu.jia@windriver.com>2018-03-30 04:50:33 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-05-04 13:28:01 +0100
commit49e0838e1d2cb9e07b0e66a1220f13be251f255c (patch)
treeb418e63bf430f502d6d482a7cdd0592caf8af7c5 /meta/recipes-extended/ghostscript/ghostscript/ghostscript-9.02-genarch.patch
parent4b155ccd4b3b8ae4b85b0ecdcacfeb9d8601cea9 (diff)
downloadpoky-49e0838e1d2cb9e07b0e66a1220f13be251f255c.tar.gz
ghostscript: 9.21 -> 9.23
1. Drop backported patches - CVE-2017-7207.patch - CVE-2017-5951.patch - CVE-2017-7975.patch - CVE-2017-9216.patch - CVE-2017-9611.patch - CVE-2017-9612.patch - CVE-2017-9739.patch - CVE-2017-9726.patch - CVE-2017-9727.patch - CVE-2017-9835.patch - CVE-2017-11714.patch 2. Rebase to 9.23 - ghostscript-9.15-parallel-make.patch - ghostscript-9.16-Werror-return-type.patch - do-not-check-local-libpng-source.patch - avoid-host-contamination.patch - mkdir-p.patch - ghostscript-9.21-prevent_recompiling.patch - ghostscript-9.02-genarch.patch - cups-no-gcrypt.patch - ghostscript-9.21-native-fix-disable-system-libtiff.patch - base-genht.c-add-a-preprocessor-define-to-allow-fope.patch 3. Add packps from (native to target) to support cross compiling. 4. Add remove-direct-symlink.patch to fix do_populate_sysroot failure (From OE-Core rev: f8b4636472c6784fb78ca09a7dd7ebe53011f631) Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/ghostscript/ghostscript/ghostscript-9.02-genarch.patch')
-rw-r--r--meta/recipes-extended/ghostscript/ghostscript/ghostscript-9.02-genarch.patch33
1 files changed, 21 insertions, 12 deletions
diff --git a/meta/recipes-extended/ghostscript/ghostscript/ghostscript-9.02-genarch.patch b/meta/recipes-extended/ghostscript/ghostscript/ghostscript-9.02-genarch.patch
index b4c14ea231..fc144f6255 100644
--- a/meta/recipes-extended/ghostscript/ghostscript/ghostscript-9.02-genarch.patch
+++ b/meta/recipes-extended/ghostscript/ghostscript/ghostscript-9.02-genarch.patch
@@ -1,22 +1,28 @@
1Import patch from windriver linux for cross compilation, and split patches 1From 94850954b88440df6c41d2dd133c422ffc84d9aa Mon Sep 17 00:00:00 2001
2into oe way under different directories such as i586, powerpc etc according 2From: Hongxu Jia <hongxu.jia@windriver.com>
3to Richard's opinion. 3Date: Thu, 29 Mar 2018 16:12:48 +0800
4Subject: [PATCH 07/10] not generate objarch.h at compile time
5
6Import patch from windriver linux for cross compilation, and split
7patches into oe way under different directories such as i586, powerpc etc
8according to Richard's opinion.
4 9
5Upstream-Status: Pending 10Upstream-Status: Pending
6 11
7Signed-off-by: Kang Kai <kai.kang@windriver.com> 12Signed-off-by: Kang Kai <kai.kang@windriver.com>
8Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> 13Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
9 14
10# Author: Chi Xu <chi.xu@windriver.com> 15Rebase to 9.23
11# Date: Feb 26 2010 16Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
12# Summary: Generate arch.h for ppc32 17---
13# 18 base/lib.mak | 4 ++--
19 1 file changed, 2 insertions(+), 2 deletions(-)
14 20
15Index: ghostscript-9.21/base/lib.mak 21diff --git a/base/lib.mak b/base/lib.mak
16=================================================================== 22index 0036d1e..302877e 100644
17--- ghostscript-9.21.orig/base/lib.mak 23--- a/base/lib.mak
18+++ ghostscript-9.21/base/lib.mak 24+++ b/base/lib.mak
19@@ -73,8 +73,8 @@ arch_h=$(GLGEN)arch.h 25@@ -87,8 +87,8 @@ arch_h=$(GLGEN)arch.h
20 stdpre_h=$(GLSRC)stdpre.h 26 stdpre_h=$(GLSRC)stdpre.h
21 stdint__h=$(GLSRC)stdint_.h $(std_h) 27 stdint__h=$(GLSRC)stdint_.h $(std_h)
22 28
@@ -27,3 +33,6 @@ Index: ghostscript-9.21/base/lib.mak
27 33
28 # Platform interfaces 34 # Platform interfaces
29 35
36--
371.8.3.1
38