summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorNiko Mauno <niko.mauno@vaisala.com>2024-08-26 09:40:20 +0000
committerKhem Raj <raj.khem@gmail.com>2024-08-26 07:36:09 -0700
commit2d65607af7c83a25e05a6999f31713d775292041 (patch)
tree8c8e89d74cfce8a11b24e93c38ae257a7959b836 /meta-python/recipes-devtools/python
parent965004e1196d1aec75a11da3aa09a82b123a61b2 (diff)
downloadmeta-openembedded-2d65607af7c83a25e05a6999f31713d775292041.tar.gz
python3-smbus2: Fix LIC_FILES_CHKSUM
Change the reference to the MIT license containing LICENSE file in the downloaded archive. 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')
-rw-r--r--meta-python/recipes-devtools/python/python3-smbus2_0.4.3.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-smbus2_0.4.3.bb b/meta-python/recipes-devtools/python/python3-smbus2_0.4.3.bb
index b54cdb005f..779562d041 100644
--- a/meta-python/recipes-devtools/python/python3-smbus2_0.4.3.bb
+++ b/meta-python/recipes-devtools/python/python3-smbus2_0.4.3.bb
@@ -2,7 +2,7 @@ SUMMARY = "Drop-in replacement for smbus-cffi/smbus-python in pure Python"
2DESCRIPTION = "smbus2 is a drop-in replacement for smbus-cffi/smbus-python in pure Python" 2DESCRIPTION = "smbus2 is a drop-in replacement for smbus-cffi/smbus-python in pure Python"
3HOMEPAGE = "https://github.com/kplindegaard/smbus2" 3HOMEPAGE = "https://github.com/kplindegaard/smbus2"
4LICENSE = "MIT" 4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=2a3eca2de44816126b3c6f33811a9fba"
6 6
7inherit pypi setuptools3 7inherit pypi setuptools3
8 8