diff options
author | Niko Mauno <niko.mauno@vaisala.com> | 2024-09-08 15:33:52 +0000 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2024-09-09 19:07:42 -0400 |
commit | 0f8a8d46e35f3035c4d830f6b15c3071b8bf4b32 (patch) | |
tree | 52a1433265ecc913200bb5979dab63af2172f9a4 | |
parent | 5a3fe1fcfc8c1128d373ce6f48103dbca95da6c0 (diff) | |
download | meta-openembedded-0f8a8d46e35f3035c4d830f6b15c3071b8bf4b32.tar.gz |
python3-cbor2: Fix LICENSE and LIC_FILES_CHKSUM
Both project pypi page: https://pypi.org/project/cbor2/ as well as
https://github.com/agronholm/cbor2/blob/5.6.3/LICENSE.txt state that it
is subject to MIT rather than Apache-2.0 license. Also update
LIC_FILES_CHKSUM value to reference the LICENSE.txt file from the
downloaded archive.
Signed-off-by: Niko Mauno <niko.mauno@vaisala.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-python/recipes-devtools/python/python3-cbor2_5.6.3.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-cbor2_5.6.3.bb b/meta-python/recipes-devtools/python/python3-cbor2_5.6.3.bb index c9c98b6fb5..69573064bc 100644 --- a/meta-python/recipes-devtools/python/python3-cbor2_5.6.3.bb +++ b/meta-python/recipes-devtools/python/python3-cbor2_5.6.3.bb | |||
@@ -1,8 +1,8 @@ | |||
1 | DESCRIPTION = "An implementation of RFC 7049 - Concise Binary Object Representation (CBOR)." | 1 | DESCRIPTION = "An implementation of RFC 7049 - Concise Binary Object Representation (CBOR)." |
2 | DEPENDS +="python3-setuptools-scm-native" | 2 | DEPENDS +="python3-setuptools-scm-native" |
3 | 3 | ||
4 | LICENSE = "Apache-2.0" | 4 | LICENSE = "MIT" |
5 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" | 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a79e64179819c7ce293372c059f1dbd8" |
6 | 6 | ||
7 | SRC_URI[sha256sum] = "e6f0ae2751c2d333a960e0807c0611494eb1245631a167965acbc100509455d3" | 7 | SRC_URI[sha256sum] = "e6f0ae2751c2d333a960e0807c0611494eb1245631a167965acbc100509455d3" |
8 | 8 | ||