From 157c0ee0fb0dbb2a55b9cb71a8eae996955b9326 Mon Sep 17 00:00:00 2001 From: Niko Mauno Date: Mon, 26 Aug 2024 09:40:12 +0000 Subject: python3-platformdirs: Fix LICENSE According to https://pypi.org/project/platformdirs/ and https://github.com/platformdirs/platformdirs/blob/4.2.2/LICENSE the project is subject to MIT license. Signed-off-by: Niko Mauno Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-platformdirs_4.2.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-platformdirs_4.2.2.bb b/meta-python/recipes-devtools/python/python3-platformdirs_4.2.2.bb index 5821aedd4f..fed82c0683 100644 --- a/meta-python/recipes-devtools/python/python3-platformdirs_4.2.2.bb +++ b/meta-python/recipes-devtools/python/python3-platformdirs_4.2.2.bb @@ -1,6 +1,6 @@ SUMMARY = "A small Python module for determining appropriate platform-specific dirs" HOMEPAGE = "https://github.com/platformdirs/platformdirs" -LICENSE = "BSD-3-Clause" +LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=ea4f5a41454746a9ed111e3d8723d17a" SRC_URI += " \ -- cgit v1.2.3-54-g00ecf