diff options
author | Kai Kang <kai.kang@windriver.com> | 2024-02-09 10:13:10 +0800 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2024-02-15 03:51:57 -1000 |
commit | 355838a15ecce17798f7290032df271b3d50b40b (patch) | |
tree | 5609f82a4bc51b056df9d9154cd5c8dc2efa0b9c | |
parent | 552288e0c83084097cf38611bd82315aa9d892df (diff) | |
download | poky-355838a15ecce17798f7290032df271b3d50b40b.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: 8e192a2e0c2fdad18ea4c08774493225f31931a0)
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r-- | meta/recipes-extended/ghostscript/ghostscript_9.55.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/ghostscript/ghostscript_9.55.0.bb b/meta/recipes-extended/ghostscript/ghostscript_9.55.0.bb index e0d1e4618f..e99c740685 100644 --- a/meta/recipes-extended/ghostscript/ghostscript_9.55.0.bb +++ b/meta/recipes-extended/ghostscript/ghostscript_9.55.0.bb | |||
@@ -10,7 +10,7 @@ dot-matrix, inkjet and laser models. \ | |||
10 | HOMEPAGE = "http://www.ghostscript.com" | 10 | HOMEPAGE = "http://www.ghostscript.com" |
11 | SECTION = "console/utils" | 11 | SECTION = "console/utils" |
12 | 12 | ||
13 | LICENSE = "GPL-3.0-only" | 13 | LICENSE = "AGPL-3.0-or-later" |
14 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f98ffa763e50cded76f49bce73aade16" | 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" |