summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/pbzip2
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2020-04-14 14:29:49 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-04-24 14:10:07 +0100
commit4bd5cbabf6761df758cfa10ce312b0c134605424 (patch)
tree932f68b5ef44a03e2e40e4523cece1eb43156b15 /meta/recipes-extended/pbzip2
parent971ab23fa8ce2e8b5e743e6a7e79de8302dc51dc (diff)
downloadpoky-4bd5cbabf6761df758cfa10ce312b0c134605424.tar.gz
bzip2/pbzip2: Correct license information
The license of pbzip2 looks slightly BSD like but is in fact the bzip2 license. The SPDX identifier for this is "bzip-1.0.6" since there is another version of the bzip license out there. To clear up all the confusion, use the SPDX license name and update both recipes to refer to it. The copyright information is slightly different between the codebases but the license looks the same. (From OE-Core rev: 669600ef9b6155cd3d9b8092505a1eed289d40b1) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/pbzip2')
-rw-r--r--meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb b/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb
index 1275cc0097..d7450c73c1 100644
--- a/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb
+++ b/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb
@@ -5,7 +5,7 @@ machines. The output of this version is fully compatible with bzip2 v1.0.2 or \
5newer (ie: anything compressed with pbzip2 can be decompressed with bzip2)." 5newer (ie: anything compressed with pbzip2 can be decompressed with bzip2)."
6HOMEPAGE = "http://compression.ca/pbzip2/" 6HOMEPAGE = "http://compression.ca/pbzip2/"
7SECTION = "console/utils" 7SECTION = "console/utils"
8LICENSE = "BSD-4-Clause" 8LICENSE = "bzip-1.0.6"
9LIC_FILES_CHKSUM = "file://COPYING;md5=398b8832c6f840cfebd20ab2be6a3743" 9LIC_FILES_CHKSUM = "file://COPYING;md5=398b8832c6f840cfebd20ab2be6a3743"
10 10
11DEPENDS = "bzip2" 11DEPENDS = "bzip2"