summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/ghostscript
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-11-03 15:19:52 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-11-05 11:28:41 +0000
commit721818f75fc41450a83be3bebce6c51ab86edd79 (patch)
tree4c7fb9a55d0f1d5c1e723b298b68885e3c2b9e04 /meta/recipes-extended/ghostscript
parent26448de9dbafa7614c7bbdb7ca21077b815534a0 (diff)
downloadpoky-721818f75fc41450a83be3bebce6c51ab86edd79.tar.gz
ghostscript: upgrade 10.02.0 -> 10.02.1
(From OE-Core rev: 9492c2d51a08fbd4c107540a5a833b1a3fb70504) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/ghostscript')
-rw-r--r--meta/recipes-extended/ghostscript/ghostscript_10.02.1.bb (renamed from meta/recipes-extended/ghostscript/ghostscript_10.02.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/ghostscript/ghostscript_10.02.0.bb b/meta/recipes-extended/ghostscript/ghostscript_10.02.1.bb
index 4bad0f86e1..18c296128a 100644
--- a/meta/recipes-extended/ghostscript/ghostscript_10.02.0.bb
+++ b/meta/recipes-extended/ghostscript/ghostscript_10.02.1.bb
@@ -28,7 +28,7 @@ SRC_URI = "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/downlo
28 file://configure.ac-add-option-to-explicitly-disable-neon.patch \ 28 file://configure.ac-add-option-to-explicitly-disable-neon.patch \
29 " 29 "
30 30
31SRC_URI[sha256sum] = "e54062f166708d84ca82de9f8304a04344466080f936118b88082bd55ed6dc97" 31SRC_URI[sha256sum] = "e429e4f5b01615a4f0f93a4128e8a1a4d932dff983b1774174c79c0630717ad9"
32 32
33PACKAGECONFIG ??= "" 33PACKAGECONFIG ??= ""
34PACKAGECONFIG[gtk] = "--enable-gtk,--disable-gtk,gtk+3" 34PACKAGECONFIG[gtk] = "--enable-gtk,--disable-gtk,gtk+3"