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:
Jason Schonberg
2025-07-30 21:15:12 -04:00
committed by Richard Purdie
parent d464939140
commit 094349b4c4

View File

@@ -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}"