summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pillow_12.0.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pillow_12.0.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-pillow_12.0.0.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pillow_12.0.0.bb b/meta-python/recipes-devtools/python/python3-pillow_12.0.0.bb
index 4db5db1572..34b462ca4f 100644
--- a/meta-python/recipes-devtools/python/python3-pillow_12.0.0.bb
+++ b/meta-python/recipes-devtools/python/python3-pillow_12.0.0.bb
@@ -7,6 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=a1b708da743e3fc0e5c35e92daac0bf8"
7 7
8SRC_URI = "git://github.com/python-pillow/Pillow.git;branch=main;protocol=https;tag=${PV} \ 8SRC_URI = "git://github.com/python-pillow/Pillow.git;branch=main;protocol=https;tag=${PV} \
9 file://0001-support-cross-compiling.patch \ 9 file://0001-support-cross-compiling.patch \
10 file://CVE-2026-25990.patch \
10 " 11 "
11SRCREV = "693df7b42c666f88c719f9973be0ad71607328e0" 12SRCREV = "693df7b42c666f88c719f9973be0ad71607328e0"
12 13
@@ -65,3 +66,7 @@ CVE_PRODUCT = "pillow"
65RPROVIDES:${PN} += "python3-imaging" 66RPROVIDES:${PN} += "python3-imaging"
66 67
67BBCLASSEXTEND = "native" 68BBCLASSEXTEND = "native"
69
70# CVE-2026-25990.patch in SRC_URI contains a binary blob, which needs to
71# be applied with git
72PATCHTOOL = "git"