diff options
author | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-01-24 19:46:31 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-01-25 09:28:59 -0800 |
commit | 1a6e5cb438b7fd3223bd87ba71e2b52d40b24b18 (patch) | |
tree | 5fbf7fd28fa7b73503b8cea846495992266a0534 /meta-python/recipes-devtools/python | |
parent | 84ea7c644e124e70a89615675e5bce4e792ae6b6 (diff) | |
download | meta-openembedded-1a6e5cb438b7fd3223bd87ba71e2b52d40b24b18.tar.gz |
python3-robotframework-seriallibrary: correct license file and checksum
The PKG-INFO line referenced in the LIC_FILES_CHKSUM variable
is outdated, and points to a non-license related detail.
Instead use the LICENSE file to verify the license.
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.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-robotframework-seriallibrary_0.4.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-robotframework-seriallibrary_0.4.3.bb b/meta-python/recipes-devtools/python/python3-robotframework-seriallibrary_0.4.3.bb index 0f34a1366d..c48c3e2cec 100644 --- a/meta-python/recipes-devtools/python/python3-robotframework-seriallibrary_0.4.3.bb +++ b/meta-python/recipes-devtools/python/python3-robotframework-seriallibrary_0.4.3.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | SUMMARY = "Robot Framework test library for serial connection" | 1 | SUMMARY = "Robot Framework test library for serial connection" |
2 | HOMEPAGE = "https://github.com/whosaysni/robotframework-seriallibrary" | 2 | HOMEPAGE = "https://github.com/whosaysni/robotframework-seriallibrary" |
3 | LICENSE = "Apache-2.0" | 3 | LICENSE = "Apache-2.0" |
4 | LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=1af2e051b493d9552af443cf2f99d480" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=ad407cda031a6aaf51a1fecaaa6e7d29" |
5 | 5 | ||
6 | SRC_URI[sha256sum] = "f20befe5c1106dd8ddca9f60a2f18bf5ec7d5f06f6f09a03fa66bae54777e6bb" | 6 | SRC_URI[sha256sum] = "f20befe5c1106dd8ddca9f60a2f18bf5ec7d5f06f6f09a03fa66bae54777e6bb" |
7 | 7 | ||