mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +00:00
python3-pillow: 5.4.1 -> 6.1
Update python3-pillow to version 6.1 and refresh patches. License-Update: copyright years Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
SUMMARY = "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 \
|
||||
Contributors."
|
||||
HOMEPAGE = "https://pillow.readthedocs.io"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=55c0f320370091249c1755c0d2b48e89"
|
||||
|
||||
SRC_URI = "git://github.com/python-pillow/Pillow.git;branch=6.1.x \
|
||||
file://0001-support-cross-compiling.patch \
|
||||
file://0001-explicitly-set-compile-options.patch \
|
||||
"
|
||||
SRCREV ?= "aaca672173413883fbcefd659f04d74fe44fb5d5"
|
||||
|
||||
|
||||
inherit setuptools3
|
||||
|
||||
DEPENDS += " \
|
||||
zlib \
|
||||
jpeg \
|
||||
tiff \
|
||||
freetype \
|
||||
lcms \
|
||||
openjpeg \
|
||||
"
|
||||
|
||||
CVE_PRODUCT = "pillow"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
Reference in New Issue
Block a user