From a7feabbc2115311226995f4d54b516f8bee0ccea Mon Sep 17 00:00:00 2001 From: Tom Geelen Date: Sat, 21 Dec 2024 22:57:01 +0000 Subject: python3-pillow: upgrade 10.4.0 -> 11.0.0 Signed-off-by: Tom Geelen Signed-off-by: Khem Raj --- .../python/python3-pillow/0001-support-cross-compiling.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'meta-python/recipes-devtools/python/python3-pillow/0001-support-cross-compiling.patch') 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 @@ -From 5b28d19d6513cc3eb3105d3f917df352283f3c5e Mon Sep 17 00:00:00 2001 +From de7cb754410dfff23746a74fb788d99462ab6ae6 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Mon, 11 Jan 2021 13:25:12 +0000 Subject: [PATCH] support cross compiling @@ -12,10 +12,10 @@ Signed-off-by: Leon Anavi 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py -index 0abfaaddc..557420a6b 100644 +index 60707083f..2f614d826 100644 --- a/setup.py +++ b/setup.py -@@ -129,7 +129,7 @@ _LIB_IMAGING = ( +@@ -131,7 +131,7 @@ _LIB_IMAGING = ( "codec_fd", ) @@ -24,7 +24,7 @@ index 0abfaaddc..557420a6b 100644 class DependencyException(Exception): -@@ -508,12 +508,12 @@ class pil_build_ext(build_ext): +@@ -534,12 +534,12 @@ class pil_build_ext(build_ext): _add_directory(library_dirs, match.group(1)) # include, rpath, if set as environment variables: -- cgit v1.2.3-54-g00ecf