summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
authorKai Kang <kai.kang@windriver.com>2024-02-07 16:08:23 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-02-08 10:59:06 +0000
commit2d4d362de10479004990e89ae9e72bd48a752dfb (patch)
tree44c02d5bf7e3454134d1ef417d356f4fb9c89685 /meta/recipes-extended
parentbd7a3fd0f7a5b13bc1b3eef10bbc9d84f4889b6d (diff)
downloadpoky-2d4d362de10479004990e89ae9e72bd48a752dfb.tar.gz
ghostscript: correct LICENSE with AGPLv3
The license of ghostscript has switched to Affero GPL since version 9.07 via commit: * 3cc5318 Switch Ghostscript/GhostPDL to Affero GPL https://github.com/ArtifexSoftware/ghostpdl/commit/3cc5318 Correct it with `AGPL-3.0-or-later`. (From OE-Core rev: 7dec33a8026d9aa96177060b13bb63d74eeb4855) Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r--meta/recipes-extended/ghostscript/ghostscript_10.02.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/ghostscript/ghostscript_10.02.1.bb b/meta/recipes-extended/ghostscript/ghostscript_10.02.1.bb
index 2a966afc21..2c965b6451 100644
--- a/meta/recipes-extended/ghostscript/ghostscript_10.02.1.bb
+++ b/meta/recipes-extended/ghostscript/ghostscript_10.02.1.bb
@@ -10,7 +10,7 @@ dot-matrix, inkjet and laser models. \
10HOMEPAGE = "http://www.ghostscript.com" 10HOMEPAGE = "http://www.ghostscript.com"
11SECTION = "console/utils" 11SECTION = "console/utils"
12 12
13LICENSE = "GPL-3.0-only" 13LICENSE = "AGPL-3.0-or-later"
14LIC_FILES_CHKSUM = "file://LICENSE;md5=f98ffa763e50cded76f49bce73aade16" 14LIC_FILES_CHKSUM = "file://LICENSE;md5=f98ffa763e50cded76f49bce73aade16"
15 15
16DEPENDS = "tiff jpeg fontconfig cups libpng freetype zlib" 16DEPENDS = "tiff jpeg fontconfig cups libpng freetype zlib"