mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-26 19:47:17 +00:00
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>
This commit is contained in:
@@ -5,7 +5,7 @@ HOMEPAGE = "https://pillow.readthedocs.io"
|
|||||||
LICENSE = "MIT"
|
LICENSE = "MIT"
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=b22dc6b663b9175820e5e03337c7596b"
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=b22dc6b663b9175820e5e03337c7596b"
|
||||||
|
|
||||||
SRC_URI = "git://github.com/python-pillow/Pillow.git;branch=10.0.x;protocol=https \
|
SRC_URI = "git://github.com/python-pillow/Pillow.git;branch=main;protocol=https \
|
||||||
file://0001-support-cross-compiling.patch \
|
file://0001-support-cross-compiling.patch \
|
||||||
file://0001-explicitly-set-compile-options.patch \
|
file://0001-explicitly-set-compile-options.patch \
|
||||||
file://run-ptest \
|
file://run-ptest \
|
||||||
@@ -60,5 +60,3 @@ do_install_ptest() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
BBCLASSEXTEND = "native"
|
BBCLASSEXTEND = "native"
|
||||||
|
|
||||||
SRCREV = "e34d346f10c0b1c814661e662a3e0c1ef084cf1c"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user