summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/libsdl2/libsdl2_2.32.8.bb
diff options
context:
space:
mode:
authorJason Schonberg <schonm@gmail.com>2025-07-30 21:15:12 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-08-04 18:04:03 +0100
commit094349b4c429d04cbd3d11ecdcd365e9504984ed (patch)
tree8a095cae2f60eba0ad9011e88247cda20a0d703e /meta/recipes-graphics/libsdl2/libsdl2_2.32.8.bb
parentd46493914083472763f1631dc648c40546599506 (diff)
downloadpoky-094349b4c429d04cbd3d11ecdcd365e9504984ed.tar.gz
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>
Diffstat (limited to 'meta/recipes-graphics/libsdl2/libsdl2_2.32.8.bb')
-rw-r--r--meta/recipes-graphics/libsdl2/libsdl2_2.32.8.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/libsdl2/libsdl2_2.32.8.bb b/meta/recipes-graphics/libsdl2/libsdl2_2.32.8.bb
index c56027d4ab..98291e0f80 100644
--- a/meta/recipes-graphics/libsdl2/libsdl2_2.32.8.bb
+++ b/meta/recipes-graphics/libsdl2/libsdl2_2.32.8.bb
@@ -21,7 +21,7 @@ LIC_FILES_CHKSUM:append = " ${@bb.utils.contains('PACKAGECONFIG', 'arm-neon', 'f
21 21
22PROVIDES = "virtual/libsdl2" 22PROVIDES = "virtual/libsdl2"
23 23
24SRC_URI = "http://www.libsdl.org/release/SDL2-${PV}.tar.gz" 24SRC_URI = "https://www.libsdl.org/release/SDL2-${PV}.tar.gz"
25 25
26S = "${UNPACKDIR}/SDL2-${PV}" 26S = "${UNPACKDIR}/SDL2-${PV}"
27 27