mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
python3-pillow: upgrade 10.4.0 -> 11.0.0
Signed-off-by: Tom Geelen <t.f.g.geelen@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -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 <leon.anavi@konsulko.com>
|
||||
Date: Mon, 11 Jan 2021 13:25:12 +0000
|
||||
Subject: [PATCH] support cross compiling
|
||||
@@ -12,10 +12,10 @@ Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
|
||||
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:
|
||||
|
||||
@@ -9,7 +9,7 @@ SRC_URI = "git://github.com/python-pillow/Pillow.git;branch=main;protocol=https
|
||||
file://0001-support-cross-compiling.patch \
|
||||
file://run-ptest \
|
||||
"
|
||||
SRCREV = "9b4fae77178e827ab17118fbc89c739ffd6a0fab"
|
||||
SRCREV = "204aae6682fc936f5350b3fe70335776f81480a7"
|
||||
|
||||
inherit python_setuptools_build_meta ptest
|
||||
|
||||
Reference in New Issue
Block a user