summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2025-01-24 19:46:29 +0100
committerKhem Raj <raj.khem@gmail.com>2025-01-25 09:28:59 -0800
commita91d9b5d76971bac7da60a09bdcb5cf451fa5be1 (patch)
tree214af796d544d24bd30768944631654465a68bb8 /meta-python
parentf492955cf50fb8405ccce7594e17eae3b7d8e87d (diff)
downloadmeta-openembedded-a91d9b5d76971bac7da60a09bdcb5cf451fa5be1.tar.gz
python3-oletools: 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 LICENSE.md 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')
-rw-r--r--meta-python/recipes-devtools/python/python3-oletools_0.60.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-oletools_0.60.2.bb b/meta-python/recipes-devtools/python/python3-oletools_0.60.2.bb
index 162ebcab2d..991d0d1baa 100644
--- a/meta-python/recipes-devtools/python/python3-oletools_0.60.2.bb
+++ b/meta-python/recipes-devtools/python/python3-oletools_0.60.2.bb
@@ -1,7 +1,7 @@
1SUMMARY = "Python tools to analyze security characteristics of MS Office and OLE files" 1SUMMARY = "Python tools to analyze security characteristics of MS Office and OLE files"
2HOMEPAGE = "https://github.com/decalage2/olefile" 2HOMEPAGE = "https://github.com/decalage2/olefile"
3LICENSE = "BSD-2-Clause" 3LICENSE = "BSD-2-Clause"
4LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=181754d317256f1b037529d3e994e1b4" 4LIC_FILES_CHKSUM = "file://LICENSE.md;md5=062477247e75fcb78ae3e1280be9e4e1"
5 5
6SRC_URI[sha256sum] = "ad452099f4695ffd8855113f453348200d195ee9fa341a09e197d66ee7e0b2c3" 6SRC_URI[sha256sum] = "ad452099f4695ffd8855113f453348200d195ee9fa341a09e197d66ee7e0b2c3"
7 7