diff mbox series

[meta-python,19/21] python3-libevdev: Fix LIC_FILES_CHKSUM

Message ID 20240826094021.2744296-19-niko.mauno@vaisala.com
State Accepted
Headers show
Series [meta-python,01/21] python3-xlsxwriter: Fix LICENSE | expand

Commit Message

Niko Mauno Aug. 26, 2024, 9:40 a.m. UTC
Change the reference to the MIT license containing COPYING file in the
downloaded archive.

Signed-off-by: Niko Mauno <niko.mauno@vaisala.com>
---
 meta-python/recipes-devtools/python/python3-libevdev_0.11.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-libevdev_0.11.bb b/meta-python/recipes-devtools/python/python3-libevdev_0.11.bb
index 27e336710..5ad2a5995 100644
--- a/meta-python/recipes-devtools/python/python3-libevdev_0.11.bb
+++ b/meta-python/recipes-devtools/python/python3-libevdev_0.11.bb
@@ -3,7 +3,7 @@  HOMEPAGE = "https://gitlab.freedesktop.org/libevdev/python-libevdev"
 SECTION = "devel/python"
 
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
+LIC_FILES_CHKSUM = "file://COPYING;md5=d94c10c546b419eddc6296157ec40747"
 
 SRC_URI[md5sum] = "34b48098c1fba26de79a0d67a17a588a"
 SRC_URI[sha256sum] = "e9ca006a4df2488a60bd9a740011ee948d81904be2364f017e560169508f560f"