summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-pillow/0001-support-cross-compiling.patch8
-rw-r--r--meta-python/recipes-devtools/python/python3-pillow_11.0.0.bb (renamed from meta-python/recipes-devtools/python/python3-pillow_10.4.0.bb)2
2 files changed, 5 insertions, 5 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pillow/0001-support-cross-compiling.patch b/meta-python/recipes-devtools/python/python3-pillow/0001-support-cross-compiling.patch
index 220c4edc3f..dbca66cee8 100644
--- a/meta-python/recipes-devtools/python/python3-pillow/0001-support-cross-compiling.patch
+++ b/meta-python/recipes-devtools/python/python3-pillow/0001-support-cross-compiling.patch
@@ -1,4 +1,4 @@
1From 5b28d19d6513cc3eb3105d3f917df352283f3c5e Mon Sep 17 00:00:00 2001 1From de7cb754410dfff23746a74fb788d99462ab6ae6 Mon Sep 17 00:00:00 2001
2From: Leon Anavi <leon.anavi@konsulko.com> 2From: Leon Anavi <leon.anavi@konsulko.com>
3Date: Mon, 11 Jan 2021 13:25:12 +0000 3Date: Mon, 11 Jan 2021 13:25:12 +0000
4Subject: [PATCH] support cross compiling 4Subject: [PATCH] support cross compiling
@@ -12,10 +12,10 @@ Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
12 1 file changed, 3 insertions(+), 3 deletions(-) 12 1 file changed, 3 insertions(+), 3 deletions(-)
13 13
14diff --git a/setup.py b/setup.py 14diff --git a/setup.py b/setup.py
15index 0abfaaddc..557420a6b 100644 15index 60707083f..2f614d826 100644
16--- a/setup.py 16--- a/setup.py
17+++ b/setup.py 17+++ b/setup.py
18@@ -129,7 +129,7 @@ _LIB_IMAGING = ( 18@@ -131,7 +131,7 @@ _LIB_IMAGING = (
19 "codec_fd", 19 "codec_fd",
20 ) 20 )
21 21
@@ -24,7 +24,7 @@ index 0abfaaddc..557420a6b 100644
24 24
25 25
26 class DependencyException(Exception): 26 class DependencyException(Exception):
27@@ -508,12 +508,12 @@ class pil_build_ext(build_ext): 27@@ -534,12 +534,12 @@ class pil_build_ext(build_ext):
28 _add_directory(library_dirs, match.group(1)) 28 _add_directory(library_dirs, match.group(1))
29 29
30 # include, rpath, if set as environment variables: 30 # include, rpath, if set as environment variables:
diff --git a/meta-python/recipes-devtools/python/python3-pillow_10.4.0.bb b/meta-python/recipes-devtools/python/python3-pillow_11.0.0.bb
index a9cb903ac1..86e8dc6f6b 100644
--- a/meta-python/recipes-devtools/python/python3-pillow_10.4.0.bb
+++ b/meta-python/recipes-devtools/python/python3-pillow_11.0.0.bb
@@ -9,7 +9,7 @@ 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://run-ptest \ 10 file://run-ptest \
11 " 11 "
12SRCREV = "9b4fae77178e827ab17118fbc89c739ffd6a0fab" 12SRCREV = "204aae6682fc936f5350b3fe70335776f81480a7"
13 13
14inherit python_setuptools_build_meta ptest 14inherit python_setuptools_build_meta ptest
15 15