summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-python/recipes-devtools/python/python3-pillow_9.0.0.bb (renamed from meta-python/recipes-devtools/python/python3-pillow_8.3.2.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pillow_8.3.2.bb b/meta-python/recipes-devtools/python/python3-pillow_9.0.0.bb
index bc6c801c36..de3c92c3d3 100644
--- a/meta-python/recipes-devtools/python/python3-pillow_8.3.2.bb
+++ b/meta-python/recipes-devtools/python/python3-pillow_9.0.0.bb
@@ -3,13 +3,13 @@ Clark and Contributors. PIL is the Python Imaging Library by Fredrik Lundh and \
3Contributors." 3Contributors."
4HOMEPAGE = "https://pillow.readthedocs.io" 4HOMEPAGE = "https://pillow.readthedocs.io"
5LICENSE = "MIT" 5LICENSE = "MIT"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=0337b116233da4616ae9fdb130bf6f1a" 6LIC_FILES_CHKSUM = "file://LICENSE;md5=ad081a0aede51e89f8da13333a8fb849"
7 7
8SRC_URI = "git://github.com/python-pillow/Pillow.git;branch=8.3.x;protocol=https \ 8SRC_URI = "git://github.com/python-pillow/Pillow.git;branch=9.0.x;protocol=https \
9 file://0001-support-cross-compiling.patch \ 9 file://0001-support-cross-compiling.patch \
10 file://0001-explicitly-set-compile-options.patch \ 10 file://0001-explicitly-set-compile-options.patch \
11" 11"
12SRCREV ?= "8013f130a5077b238a4346b73e149432b180a8ea" 12SRCREV ?= "82541b6dec8452cb612067fcebba1c5a1a2bfdc8"
13 13
14inherit setuptools3 14inherit setuptools3
15 15