diff options
author | Jan Vermaete <jan.vermaete@gmail.com> | 2024-11-08 20:50:55 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-11-19 13:50:57 -0800 |
commit | c6d25e75e98d1f81577dca521185b4e76e68c315 (patch) | |
tree | 0b55491a6daa082ef01bc9c1ed11afec989d6e96 /meta-python | |
parent | f7caccedc73a4d41c73126992e8f6650a2e2ce1c (diff) | |
download | meta-openembedded-c6d25e75e98d1f81577dca521185b4e76e68c315.tar.gz |
python3-spidev: set LIC_FILES_CHKSUM to remote file
License stays MIT
Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-spidev_3.6.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-spidev_3.6.bb b/meta-python/recipes-devtools/python/python3-spidev_3.6.bb index 807ee5b783..6077ec2524 100644 --- a/meta-python/recipes-devtools/python/python3-spidev_3.6.bb +++ b/meta-python/recipes-devtools/python/python3-spidev_3.6.bb | |||
@@ -7,7 +7,7 @@ All code is GPLv2 licensed unless explicitly stated otherwise." | |||
7 | HOMEPAGE = "http://github.com/doceme/py-spidev" | 7 | HOMEPAGE = "http://github.com/doceme/py-spidev" |
8 | SECTION = "devel/python" | 8 | SECTION = "devel/python" |
9 | LICENSE = "MIT" | 9 | LICENSE = "MIT" |
10 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" | 10 | LIC_FILES_CHKSUM = "file://LICENSE;md5=2077511c543a7c85245a516c47f4de78" |
11 | SRCNAME = "spidev" | 11 | SRCNAME = "spidev" |
12 | 12 | ||
13 | SRC_URI[sha256sum] = "14dbc37594a4aaef85403ab617985d3c3ef464d62bc9b769ef552db53701115b" | 13 | SRC_URI[sha256sum] = "14dbc37594a4aaef85403ab617985d3c3ef464d62bc9b769ef552db53701115b" |