mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 00:32:13 +02:00
libsdl2: update SRC_URI to use https
This fixes : WARNING: libsdl2-native-2.32.8-r0 do_fetch: Failed to fetch URL http://www.libsdl.org/release/SDL2-2.32.8.tar.gz, attempting MIRRORS if available (From OE-Core rev: 632bcc9acba076a81b7e58918362767bddcd6460) Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
d464939140
commit
094349b4c4
@@ -21,7 +21,7 @@ LIC_FILES_CHKSUM:append = " ${@bb.utils.contains('PACKAGECONFIG', 'arm-neon', 'f
|
||||
|
||||
PROVIDES = "virtual/libsdl2"
|
||||
|
||||
SRC_URI = "http://www.libsdl.org/release/SDL2-${PV}.tar.gz"
|
||||
SRC_URI = "https://www.libsdl.org/release/SDL2-${PV}.tar.gz"
|
||||
|
||||
S = "${UNPACKDIR}/SDL2-${PV}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user