summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-extended/ghostscript/ghostscript/avoid-host-contamination.patch2
-rw-r--r--meta/recipes-extended/ghostscript/ghostscript/ghostscript-9.16-Werror-return-type.patch9
-rw-r--r--meta/recipes-extended/ghostscript/ghostscript_10.05.0.bb (renamed from meta/recipes-extended/ghostscript/ghostscript_10.04.0.bb)2
3 files changed, 5 insertions, 8 deletions
diff --git a/meta/recipes-extended/ghostscript/ghostscript/avoid-host-contamination.patch b/meta/recipes-extended/ghostscript/ghostscript/avoid-host-contamination.patch
index 0546fdf8f0..d191231c7b 100644
--- a/meta/recipes-extended/ghostscript/ghostscript/avoid-host-contamination.patch
+++ b/meta/recipes-extended/ghostscript/ghostscript/avoid-host-contamination.patch
@@ -1,4 +1,4 @@
1From 095bb1db8b2e68cac40e985f347a7039573e1e80 Mon Sep 17 00:00:00 2001 1From 85905ce3b1bc63f0be9eda9888e40d8e7a803d21 Mon Sep 17 00:00:00 2001
2From: Kai Kang <kai.kang@windriver.com> 2From: Kai Kang <kai.kang@windriver.com>
3Date: Thu, 29 Mar 2018 16:02:05 +0800 3Date: Thu, 29 Mar 2018 16:02:05 +0800
4Subject: [PATCH] avoid host contamination 4Subject: [PATCH] avoid host contamination
diff --git a/meta/recipes-extended/ghostscript/ghostscript/ghostscript-9.16-Werror-return-type.patch b/meta/recipes-extended/ghostscript/ghostscript/ghostscript-9.16-Werror-return-type.patch
index 8c4a5d44e3..0598c3dcd2 100644
--- a/meta/recipes-extended/ghostscript/ghostscript/ghostscript-9.16-Werror-return-type.patch
+++ b/meta/recipes-extended/ghostscript/ghostscript/ghostscript-9.16-Werror-return-type.patch
@@ -1,7 +1,7 @@
1From c481b055cd464734a3c2d80719ead4c1c92a40c9 Mon Sep 17 00:00:00 2001 1From c23b787f9a38be2cdc57133915c402b69acedd1a Mon Sep 17 00:00:00 2001
2From: Robert Yang <liezhi.yang@windriver.com> 2From: Robert Yang <liezhi.yang@windriver.com>
3Date: Mon, 4 May 2015 22:31:48 -0700 3Date: Mon, 4 May 2015 22:31:48 -0700
4Subject: [PATCH 02/10] base/gendev.c: fix for -Werror=return-type 4Subject: [PATCH] base/gendev.c: fix for -Werror=return-type
5 5
6Fixed: 6Fixed:
7base/gendev.c:80:1: error: return type defaults to 'int' [-Werror=return-type] 7base/gendev.c:80:1: error: return type defaults to 'int' [-Werror=return-type]
@@ -14,7 +14,7 @@ Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
14 1 file changed, 1 insertion(+) 14 1 file changed, 1 insertion(+)
15 15
16diff --git a/base/gendev.c b/base/gendev.c 16diff --git a/base/gendev.c b/base/gendev.c
17index 59d5999..7766b08 100644 17index f36cfe2..031f30b 100644
18--- a/base/gendev.c 18--- a/base/gendev.c
19+++ b/base/gendev.c 19+++ b/base/gendev.c
20@@ -77,6 +77,7 @@ static const char *indent_item = ""; 20@@ -77,6 +77,7 @@ static const char *indent_item = "";
@@ -25,6 +25,3 @@ index 59d5999..7766b08 100644
25 main(int argc, char *argv[]) 25 main(int argc, char *argv[])
26 { 26 {
27 config conf; 27 config conf;
28--
291.8.3.1
30
diff --git a/meta/recipes-extended/ghostscript/ghostscript_10.04.0.bb b/meta/recipes-extended/ghostscript/ghostscript_10.05.0.bb
index 546d734333..1d05945c30 100644
--- a/meta/recipes-extended/ghostscript/ghostscript_10.04.0.bb
+++ b/meta/recipes-extended/ghostscript/ghostscript_10.05.0.bb
@@ -27,7 +27,7 @@ SRC_URI = "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/downlo
27 file://avoid-host-contamination.patch \ 27 file://avoid-host-contamination.patch \
28 " 28 "
29 29
30SRC_URI[sha256sum] = "c764dfbb7b13fc71a7a05c634e014f9bb1fb83b899fe39efc0b6c3522a9998b1" 30SRC_URI[sha256sum] = "56e77833de683825c420d0af8cb90aa8ba7da71ea6fb5624290cbc1b53fe7942"
31 31
32PACKAGECONFIG ??= "" 32PACKAGECONFIG ??= ""
33PACKAGECONFIG[gtk] = "--enable-gtk,--disable-gtk,gtk+3" 33PACKAGECONFIG[gtk] = "--enable-gtk,--disable-gtk,gtk+3"