summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pillow_8.1.2.bb
diff options
context:
space:
mode:
authorKai Kang <kai.kang@windriver.com>2021-03-09 11:56:11 +0800
committerKhem Raj <raj.khem@gmail.com>2021-03-11 19:59:04 -0800
commitbb0789998e8fc5d916808421aa88764a1463228d (patch)
tree59536ee850175dda6db58d8036b5c55a1b73efab /meta-python/recipes-devtools/python/python3-pillow_8.1.2.bb
parent4cd1e3e4a33df23742692fc63d98b3d5e258aea0 (diff)
downloadmeta-openembedded-bb0789998e8fc5d916808421aa88764a1463228d.tar.gz
python3-pillow: 8.1.0 -> 8.1.2
8.1.2 fixes: * CVE-2021-27921 * CVE-2021-27922 * CVE-2021-27923 8.1.1 fixes: * CVE-2021-25289 * CVE-2021-25290 * CVE-2021-25291 * CVE-2021-25292 * CVE-2021-25293 Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pillow_8.1.2.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-pillow_8.1.2.bb37
1 files changed, 37 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pillow_8.1.2.bb b/meta-python/recipes-devtools/python/python3-pillow_8.1.2.bb
new file mode 100644
index 0000000000..a1b4f9059d
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-pillow_8.1.2.bb
@@ -0,0 +1,37 @@
1SUMMARY = "Python Imaging Library (Fork). Pillow is the friendly PIL fork by Alex \
2Clark and Contributors. PIL is the Python Imaging Library by Fredrik Lundh and \
3Contributors."
4HOMEPAGE = "https://pillow.readthedocs.io"
5LICENSE = "MIT"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=0337b116233da4616ae9fdb130bf6f1a"
7
8SRC_URI = "git://github.com/python-pillow/Pillow.git;branch=8.1.x \
9 file://0001-support-cross-compiling.patch \
10 file://0001-explicitly-set-compile-options.patch \
11"
12SRCREV ?= "88bd672dafad68b419ea29bef941dfa17f941038"
13
14inherit setuptools3
15
16DEPENDS += " \
17 zlib \
18 jpeg \
19 tiff \
20 freetype \
21 lcms \
22 openjpeg \
23"
24
25RDEPENDS_${PN} += " \
26 ${PYTHON_PN}-misc \
27 ${PYTHON_PN}-logging \
28 ${PYTHON_PN}-numbers \
29"
30
31CVE_PRODUCT = "pillow"
32
33S = "${WORKDIR}/git"
34
35RPROVIDES_${PN} += "python3-imaging"
36
37BBCLASSEXTEND = "native"