diff options
| author | Niko Mauno <niko.mauno@vaisala.com> | 2024-09-08 17:11:35 +0000 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2024-09-22 10:16:01 -0400 |
| commit | d6adffde1d2674edc5980985bc85d434e5037dfe (patch) | |
| tree | cd665d4da29f70c382a16e9aa04cea40e290c8b3 /meta-python/recipes-devtools/python/python3-pillow_9.4.0.bb | |
| parent | b3084ab3beb0c5c355d3bc298d7f5115c3fe8160 (diff) | |
| download | meta-openembedded-d6adffde1d2674edc5980985bc85d434e5037dfe.tar.gz | |
python3-pillow: Fix LICENSE and change SUMMARY to DESCRIPTION
According to https://pypi.org/project/pillow/ and
https://github.com/python-pillow/Pillow/blob/9.4.0/LICENSE the project
is subject to HPND license.
Also change SUMMARY to DESCRIPTION as it's value is clearly over 72
characters long.
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/python/python3-pillow_9.4.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pillow_9.4.0.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pillow_9.4.0.bb b/meta-python/recipes-devtools/python/python3-pillow_9.4.0.bb index e1d0b30860..e42e58be80 100644 --- a/meta-python/recipes-devtools/python/python3-pillow_9.4.0.bb +++ b/meta-python/recipes-devtools/python/python3-pillow_9.4.0.bb | |||
| @@ -1,8 +1,8 @@ | |||
| 1 | SUMMARY = "Python Imaging Library (Fork). Pillow is the friendly PIL fork by Alex \ | 1 | DESCRIPTION = "Python Imaging Library (Fork). Pillow is the friendly PIL fork by Alex \ |
| 2 | Clark and Contributors. PIL is the Python Imaging Library by Fredrik Lundh and \ | 2 | Clark and Contributors. PIL is the Python Imaging Library by Fredrik Lundh and \ |
| 3 | Contributors." | 3 | Contributors." |
| 4 | HOMEPAGE = "https://pillow.readthedocs.io" | 4 | HOMEPAGE = "https://pillow.readthedocs.io" |
| 5 | LICENSE = "MIT" | 5 | LICENSE = "HPND" |
| 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=bc416d18f294943285560364be7cbec1" | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=bc416d18f294943285560364be7cbec1" |
| 7 | 7 | ||
| 8 | SRC_URI = "git://github.com/python-pillow/Pillow.git;branch=main;protocol=https \ | 8 | SRC_URI = "git://github.com/python-pillow/Pillow.git;branch=main;protocol=https \ |
