diff options
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pillow_9.3.0.bb (renamed from meta-python/recipes-devtools/python/python3-pillow_9.2.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pillow_9.2.0.bb b/meta-python/recipes-devtools/python/python3-pillow_9.3.0.bb index 454d61a48e..11f5451609 100644 --- a/meta-python/recipes-devtools/python/python3-pillow_9.2.0.bb +++ b/meta-python/recipes-devtools/python/python3-pillow_9.3.0.bb | |||
@@ -5,7 +5,7 @@ HOMEPAGE = "https://pillow.readthedocs.io" | |||
5 | LICENSE = "MIT" | 5 | LICENSE = "MIT" |
6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=ad081a0aede51e89f8da13333a8fb849" | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=ad081a0aede51e89f8da13333a8fb849" |
7 | 7 | ||
8 | SRC_URI = "git://github.com/python-pillow/Pillow.git;branch=9.2.x;protocol=https \ | 8 | SRC_URI = "git://github.com/python-pillow/Pillow.git;branch=main;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 | " |
@@ -39,4 +39,4 @@ RPROVIDES:${PN} += "python3-imaging" | |||
39 | 39 | ||
40 | BBCLASSEXTEND = "native" | 40 | BBCLASSEXTEND = "native" |
41 | 41 | ||
42 | SRCREV = "58acec3312fb8671c9d84829197e1c8150085589" | 42 | SRCREV = "d594f4cb8dc47fb0c69ae58d9fff86faae4515bd" |