mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-02-03 22:50:33 +00:00
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>
This commit is contained in:
@@ -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 += " \
|
||||
|
||||
Reference in New Issue
Block a user