diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-10-19 17:33:18 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-10-23 17:42:25 +0100 |
commit | 6f138098b113b486b3fa3b9e8c1bb6cbdf0dda6c (patch) | |
tree | d865eb54aa534160bf9c1f23872be8746e2d6805 /meta | |
parent | 39a7aeddfbef262bcebaa1df25697c080f2a9e7b (diff) | |
download | poky-6f138098b113b486b3fa3b9e8c1bb6cbdf0dda6c.tar.gz |
ghostscript: update 9.54.0 -> 9.55.0
jbig2dec seems no longer optional; the source for it
is bundle with ghostscript.
License-Update: removed patent references
(From OE-Core rev: 44a3bea7e8fedbc76b6e8f97e1f669def81e158a)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/ghostscript/ghostscript_9.55.0.bb (renamed from meta/recipes-extended/ghostscript/ghostscript_9.54.0.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-extended/ghostscript/ghostscript_9.54.0.bb b/meta/recipes-extended/ghostscript/ghostscript_9.55.0.bb index 59cc560cf8..3993603dc6 100644 --- a/meta/recipes-extended/ghostscript/ghostscript_9.54.0.bb +++ b/meta/recipes-extended/ghostscript/ghostscript_9.55.0.bb | |||
@@ -11,7 +11,7 @@ HOMEPAGE = "http://www.ghostscript.com" | |||
11 | SECTION = "console/utils" | 11 | SECTION = "console/utils" |
12 | 12 | ||
13 | LICENSE = "GPLv3" | 13 | LICENSE = "GPLv3" |
14 | LIC_FILES_CHKSUM = "file://LICENSE;md5=70dc2bac4d0ce4448da873cd86b123fc" | 14 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f98ffa763e50cded76f49bce73aade16" |
15 | 15 | ||
16 | DEPENDS = "ghostscript-native tiff jpeg fontconfig cups libpng" | 16 | DEPENDS = "ghostscript-native tiff jpeg fontconfig cups libpng" |
17 | DEPENDS:class-native = "libpng-native" | 17 | DEPENDS:class-native = "libpng-native" |
@@ -45,7 +45,7 @@ SRC_URI:class-native = "${SRC_URI_BASE} \ | |||
45 | file://base-genht.c-add-a-preprocessor-define-to-allow-fope.patch \ | 45 | file://base-genht.c-add-a-preprocessor-define-to-allow-fope.patch \ |
46 | " | 46 | " |
47 | 47 | ||
48 | SRC_URI[sha256sum] = "0646bb97f6f4d10a763f4919c54fa28b4fbdd3dff8e7de3410431c81762cade0" | 48 | SRC_URI[sha256sum] = "31e2064be67e15b478a8da007d96d6cd4d2bee253e5be220703a225f7f79a70b" |
49 | 49 | ||
50 | # Put something like | 50 | # Put something like |
51 | # | 51 | # |
@@ -61,7 +61,7 @@ PACKAGECONFIG[x11] = "--with-x --x-includes=${STAGING_INCDIR} --x-libraries=${ST | |||
61 | --without-x, virtual/libx11 libxext libxt gtk+3\ | 61 | --without-x, virtual/libx11 libxext libxt gtk+3\ |
62 | " | 62 | " |
63 | 63 | ||
64 | EXTRA_OECONF = "--without-libpaper --with-system-libtiff --without-jbig2dec \ | 64 | EXTRA_OECONF = "--without-libpaper --with-system-libtiff --with-jbig2dec \ |
65 | --with-fontpath=${datadir}/fonts \ | 65 | --with-fontpath=${datadir}/fonts \ |
66 | --without-libidn --with-cups-serverbin=${exec_prefix}/lib/cups \ | 66 | --without-libidn --with-cups-serverbin=${exec_prefix}/lib/cups \ |
67 | --with-cups-datadir=${datadir}/cups \ | 67 | --with-cups-datadir=${datadir}/cups \ |