diff mbox series

[meta-python,kirkstone,12/13] python3-haversine: Fix LIC_FILES_CHKSUM

Message ID 20240908171141.99382-12-niko.mauno@vaisala.com
State New
Headers show
Series [meta-python,kirkstone,01/13] python3-pybind11: Fix LICENSE | expand

Commit Message

Niko Mauno Sept. 8, 2024, 5:11 p.m. UTC
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>
---
 meta-python/recipes-devtools/python/python3-haversine_2.5.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-haversine_2.5.1.bb b/meta-python/recipes-devtools/python/python3-haversine_2.5.1.bb
index 1ed67d326..452f8774a 100644
--- a/meta-python/recipes-devtools/python/python3-haversine_2.5.1.bb
+++ b/meta-python/recipes-devtools/python/python3-haversine_2.5.1.bb
@@ -1,6 +1,6 @@ 
 SUMMARY = "Calculate the distance between 2 points on Earth"
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=20a52d2c688975e989fcbee3e6c8d1a1"
 
 SRC_URI[sha256sum] = "357e41dfddc4a0f2b1c941d92a590cac840f7ce4b3da14b45b68d968b3ad7cc7"