diff options
author | Niko Mauno <niko.mauno@vaisala.com> | 2024-08-26 09:40:12 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-08-26 07:36:08 -0700 |
commit | 157c0ee0fb0dbb2a55b9cb71a8eae996955b9326 (patch) | |
tree | d095b1cda8d456477a161c427ca7aa27f6ecc74d /meta-python/recipes-devtools/python | |
parent | 3e40d235520d7e85944047330662de5b1be2d70e (diff) | |
download | meta-openembedded-157c0ee0fb0dbb2a55b9cb71a8eae996955b9326.tar.gz |
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 <niko.mauno@vaisala.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-platformdirs_4.2.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
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 += " \ |