diff options
author | Niko Mauno <niko.mauno@vaisala.com> | 2024-09-08 15:33:59 +0000 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2024-09-09 19:19:20 -0400 |
commit | 597808066bb81e600cb6b0215e8fab1f09664006 (patch) | |
tree | acf6809f0f2918871d1d0dea112c09d12628748d | |
parent | f091c53f65a1ead2f39099b7e929f0611c59e495 (diff) | |
download | meta-openembedded-597808066bb81e600cb6b0215e8fab1f09664006.tar.gz |
python3-platformdirs: Fix LICENSE
According to https://pypi.org/project/platformdirs/ and
https://github.com/platformdirs/platformdirs/blob/4.2.0/LICENSE
the project is subject to MIT license.
Signed-off-by: Niko Mauno <niko.mauno@vaisala.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-python/recipes-devtools/python/python3-platformdirs_4.2.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-platformdirs_4.2.0.bb b/meta-python/recipes-devtools/python/python3-platformdirs_4.2.0.bb index 19c95b374a..c69c390b80 100644 --- a/meta-python/recipes-devtools/python/python3-platformdirs_4.2.0.bb +++ b/meta-python/recipes-devtools/python/python3-platformdirs_4.2.0.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | SUMMARY = "A small Python module for determining appropriate platform-specific dirs" | 1 | SUMMARY = "A small Python module for determining appropriate platform-specific dirs" |
2 | HOMEPAGE = "https://github.com/platformdirs/platformdirs" | 2 | HOMEPAGE = "https://github.com/platformdirs/platformdirs" |
3 | LICENSE = "BSD-3-Clause" | 3 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=ea4f5a41454746a9ed111e3d8723d17a" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=ea4f5a41454746a9ed111e3d8723d17a" |
5 | 5 | ||
6 | SRC_URI += " \ | 6 | SRC_URI += " \ |