summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2024-01-19 09:46:44 -0800
committerKhem Raj <raj.khem@gmail.com>2024-01-20 22:15:02 -0800
commitb96cdd29fb14442317c5f72cca4886d248bd4f1b (patch)
tree27294c3c86fe073fe261ac2c1a8d58411cd7ec42 /meta-python/recipes-devtools/python
parent9cb6fc0a54f83b07de1ce3df47ab628c3df1d954 (diff)
downloadmeta-openembedded-b96cdd29fb14442317c5f72cca4886d248bd4f1b.tar.gz
python3-pillow: Correct branch parameter in SRC_URI
10.1 tag SRCREV certainly does not exist on 10.0 branch so point it to main branch Drop one of two SRCREV settings which was wrong. Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Leon Anavi <leon.anavi@konsulko.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python3-pillow_10.1.0.bb4
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pillow_10.1.0.bb b/meta-python/recipes-devtools/python/python3-pillow_10.1.0.bb
index f895b1db32..1cc833e1ba 100644
--- a/meta-python/recipes-devtools/python/python3-pillow_10.1.0.bb
+++ b/meta-python/recipes-devtools/python/python3-pillow_10.1.0.bb
@@ -5,7 +5,7 @@ HOMEPAGE = "https://pillow.readthedocs.io"
5LICENSE = "MIT" 5LICENSE = "MIT"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=b22dc6b663b9175820e5e03337c7596b" 6LIC_FILES_CHKSUM = "file://LICENSE;md5=b22dc6b663b9175820e5e03337c7596b"
7 7
8SRC_URI = "git://github.com/python-pillow/Pillow.git;branch=10.0.x;protocol=https \ 8SRC_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 file://run-ptest \ 11 file://run-ptest \
@@ -60,5 +60,3 @@ do_install_ptest() {
60} 60}
61 61
62BBCLASSEXTEND = "native" 62BBCLASSEXTEND = "native"
63
64SRCREV = "e34d346f10c0b1c814661e662a3e0c1ef084cf1c"