summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-crc32c_2.3.bb
diff options
context:
space:
mode:
authorNiko Mauno <niko.mauno@vaisala.com>2024-08-26 09:40:05 +0000
committerKhem Raj <raj.khem@gmail.com>2024-08-26 07:36:07 -0700
commit83fe17ccc0ffbc17740fd643acba60c0e1fb5515 (patch)
tree1c0706573e0008d374e94cf5371d81d6aed284b1 /meta-python/recipes-devtools/python/python3-crc32c_2.3.bb
parent10f1bf7d771211754a8370a9dbc481df0fce5eb5 (diff)
downloadmeta-openembedded-83fe17ccc0ffbc17740fd643acba60c0e1fb5515.tar.gz
python3-crc32c: Amend LICENSE declaration
According to https://github.com/ICRAR/crc32c/blob/v2.3/LICENSE and https://github.com/ICRAR/crc32c?tab=readme-ov-file#license change 'LGPL-2.0-or-later' in LICENSE value to 'LGPL-2.1-or-later'. Signed-off-by: Niko Mauno <niko.mauno@vaisala.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-crc32c_2.3.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-crc32c_2.3.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-crc32c_2.3.bb b/meta-python/recipes-devtools/python/python3-crc32c_2.3.bb
index da756ea074..125a7ad877 100644
--- a/meta-python/recipes-devtools/python/python3-crc32c_2.3.bb
+++ b/meta-python/recipes-devtools/python/python3-crc32c_2.3.bb
@@ -1,7 +1,7 @@
1SUMMARY = "A python package implementing the crc32c algorithmin hardware and software" 1SUMMARY = "A python package implementing the crc32c algorithmin hardware and software"
2HOMEPAGE = "https://github.com/ICRAR/crc32c" 2HOMEPAGE = "https://github.com/ICRAR/crc32c"
3 3
4LICENSE = "BSD-2-Clause & BSD-3-Clause & CRC32C-ADLER & LGPL-2.0-or-later" 4LICENSE = "BSD-2-Clause & BSD-3-Clause & CRC32C-ADLER & LGPL-2.1-or-later"
5LIC_FILES_CHKSUM = " \ 5LIC_FILES_CHKSUM = " \
6 file://LICENSE;md5=4fbd65380cdd255951079008b364516c \ 6 file://LICENSE;md5=4fbd65380cdd255951079008b364516c \
7 file://LICENSE.google-crc32c;md5=e9ed01b5e5ac9eae23fc2bb33701220c \ 7 file://LICENSE.google-crc32c;md5=e9ed01b5e5ac9eae23fc2bb33701220c \