diff options
| author | Niko Mauno <niko.mauno@vaisala.com> | 2024-08-26 09:40:11 +0000 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-08-26 07:36:08 -0700 |
| commit | 3e40d235520d7e85944047330662de5b1be2d70e (patch) | |
| tree | 355717d139a46c3e10e850327e3bbe887881d87d /meta-python/recipes-devtools/python | |
| parent | d44a54676d0e7544823a8143a34b3f1967da0890 (diff) | |
| download | meta-openembedded-3e40d235520d7e85944047330662de5b1be2d70e.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/10.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>
Diffstat (limited to 'meta-python/recipes-devtools/python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pillow_10.4.0.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pillow_10.4.0.bb b/meta-python/recipes-devtools/python/python3-pillow_10.4.0.bb index 71159ba500..2a9d9217f6 100644 --- a/meta-python/recipes-devtools/python/python3-pillow_10.4.0.bb +++ b/meta-python/recipes-devtools/python/python3-pillow_10.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=c349a4b4b9ec2377a8fd6a7df87dbffe" | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c349a4b4b9ec2377a8fd6a7df87dbffe" |
| 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 \ |
