]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
lsb-release: use https for UPSTREAM_CHECK_URI
authorTim Orling <ticotimo@gmail.com>
Tue, 31 Oct 2023 21:17:57 +0000 (14:17 -0700)
committerSteve Sakoman <steve@sakoman.com>
Thu, 30 Nov 2023 14:21:04 +0000 (04:21 -1000)
http:// results in 301 Moved Permanently and redirects to https://

Also drop SRC_URI[md5sum].

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit 4bb3e1dd642802a16ac9526df4098d6dcb97a795)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-extended/lsb/lsb-release_1.4.bb

index ad16554e985698eed014191a08287c7361777c51..00d8183a4f1eecdf35f1583201e4d4ef628638fc 100644 (file)
@@ -14,10 +14,9 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/project/lsb/lsb_release/1.4/lsb-release-1.4.tar
            file://help2man-reproducibility.patch \
            "
 
-SRC_URI[md5sum] = "30537ef5a01e0ca94b7b8eb6a36bb1e4"
 SRC_URI[sha256sum] = "99321288f8d62e7a1d485b7c6bdccf06766fb8ca603c6195806e4457fdf17172"
 
-UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/lsb/files/lsb_release/"
+UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/lsb/files/lsb_release/"
 UPSTREAM_CHECK_REGEX = "/lsb_release/(?P<pver>(\d+[\.\-_]*)+)/"
 
 CLEANBROKEN = "1"