mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-16 23:02:33 +00:00
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>
This commit is contained in:
parent
d44a54676d
commit
3e40d23552
@ -1,8 +1,8 @@
|
|||||||
SUMMARY = "Python Imaging Library (Fork). Pillow is the friendly PIL fork by Alex \
|
DESCRIPTION = "Python Imaging Library (Fork). Pillow is the friendly PIL fork by Alex \
|
||||||
Clark and Contributors. PIL is the Python Imaging Library by Fredrik Lundh and \
|
Clark and Contributors. PIL is the Python Imaging Library by Fredrik Lundh and \
|
||||||
Contributors."
|
Contributors."
|
||||||
HOMEPAGE = "https://pillow.readthedocs.io"
|
HOMEPAGE = "https://pillow.readthedocs.io"
|
||||||
LICENSE = "MIT"
|
LICENSE = "HPND"
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=c349a4b4b9ec2377a8fd6a7df87dbffe"
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=c349a4b4b9ec2377a8fd6a7df87dbffe"
|
||||||
|
|
||||||
SRC_URI = "git://github.com/python-pillow/Pillow.git;branch=main;protocol=https \
|
SRC_URI = "git://github.com/python-pillow/Pillow.git;branch=main;protocol=https \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user