diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-04-14 14:29:49 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-04-24 14:10:07 +0100 |
commit | 4bd5cbabf6761df758cfa10ce312b0c134605424 (patch) | |
tree | 932f68b5ef44a03e2e40e4523cece1eb43156b15 /meta/recipes-extended/bzip2 | |
parent | 971ab23fa8ce2e8b5e743e6a7e79de8302dc51dc (diff) | |
download | poky-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/bzip2')
-rw-r--r-- | meta/recipes-extended/bzip2/bzip2_1.0.8.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/bzip2/bzip2_1.0.8.bb b/meta/recipes-extended/bzip2/bzip2_1.0.8.bb index 8e9b779e67..d58f553a49 100644 --- a/meta/recipes-extended/bzip2/bzip2_1.0.8.bb +++ b/meta/recipes-extended/bzip2/bzip2_1.0.8.bb | |||
@@ -4,7 +4,7 @@ Huffman coding. Compression is generally considerably better than that achieved | |||
4 | LZ77/LZ78-based compressors, and approaches the performance of the PPM family of statistical compressors." | 4 | LZ77/LZ78-based compressors, and approaches the performance of the PPM family of statistical compressors." |
5 | HOMEPAGE = "https://sourceware.org/bzip2/" | 5 | HOMEPAGE = "https://sourceware.org/bzip2/" |
6 | SECTION = "console/utils" | 6 | SECTION = "console/utils" |
7 | LICENSE = "bzip2" | 7 | LICENSE = "bzip2-1.0.6" |
8 | LIC_FILES_CHKSUM = "file://LICENSE;beginline=4;endline=37;md5=600af43c50f1fcb82e32f19b32df4664" | 8 | LIC_FILES_CHKSUM = "file://LICENSE;beginline=4;endline=37;md5=600af43c50f1fcb82e32f19b32df4664" |
9 | 9 | ||
10 | SRC_URI = "https://sourceware.org/pub/${BPN}/${BPN}-${PV}.tar.gz \ | 10 | SRC_URI = "https://sourceware.org/pub/${BPN}/${BPN}-${PV}.tar.gz \ |