mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-09 07:04:11 +00:00
python3-parse-type: Fix LICENSE
According to https://pypi.org/project/parse-type/ and https://github.com/jenisys/parse_type/blob/v0.6.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> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
c8a4cdeb26
commit
2f4c729b12
@ -1,6 +1,6 @@
|
|||||||
SUMMARY = "Simplifies building parse types based on the parse module"
|
SUMMARY = "Simplifies building parse types based on the parse module"
|
||||||
HOMEPAGE = "https://github.com/jenisys/parse_type"
|
HOMEPAGE = "https://github.com/jenisys/parse_type"
|
||||||
LICENSE = "BSD-3-Clause"
|
LICENSE = "MIT"
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=2e469278ace89c246d52505acc39c3da"
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=2e469278ace89c246d52505acc39c3da"
|
||||||
|
|
||||||
SRC_URI[sha256sum] = "79b1f2497060d0928bc46016793f1fca1057c4aacdf15ef876aa48d75a73a355"
|
SRC_URI[sha256sum] = "79b1f2497060d0928bc46016793f1fca1057c4aacdf15ef876aa48d75a73a355"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user