diff options
| author | Niko Mauno <niko.mauno@vaisala.com> | 2024-09-08 15:33:57 +0000 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2024-09-09 19:09:56 -0400 |
| commit | 2f4c729b12764e87a4529be3fe7379f64b3b9e04 (patch) | |
| tree | ead50cd4f9b12f7b83d4ee76e1ea391f1bda072e /meta-python/recipes-devtools | |
| parent | c8a4cdeb2664e3855e2f0b772d17e904cb423ca1 (diff) | |
| download | meta-openembedded-2f4c729b12764e87a4529be3fe7379f64b3b9e04.tar.gz | |
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>
Diffstat (limited to 'meta-python/recipes-devtools')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-parse-type_0.6.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-parse-type_0.6.2.bb b/meta-python/recipes-devtools/python/python3-parse-type_0.6.2.bb index a7d8cd86ce..57dfc5a508 100644 --- a/meta-python/recipes-devtools/python/python3-parse-type_0.6.2.bb +++ b/meta-python/recipes-devtools/python/python3-parse-type_0.6.2.bb | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | SUMMARY = "Simplifies building parse types based on the parse module" | 1 | SUMMARY = "Simplifies building parse types based on the parse module" |
| 2 | HOMEPAGE = "https://github.com/jenisys/parse_type" | 2 | HOMEPAGE = "https://github.com/jenisys/parse_type" |
| 3 | LICENSE = "BSD-3-Clause" | 3 | LICENSE = "MIT" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=2e469278ace89c246d52505acc39c3da" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=2e469278ace89c246d52505acc39c3da" |
| 5 | 5 | ||
| 6 | SRC_URI[sha256sum] = "79b1f2497060d0928bc46016793f1fca1057c4aacdf15ef876aa48d75a73a355" | 6 | SRC_URI[sha256sum] = "79b1f2497060d0928bc46016793f1fca1057c4aacdf15ef876aa48d75a73a355" |
