diff options
| author | Tim Orling <ticotimo@gmail.com> | 2023-10-31 14:17:57 -0700 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2023-12-05 11:51:37 -1000 |
| commit | 16bb0a1cedf2bd87fcdbce956c426a8cf5ba0a90 (patch) | |
| tree | 7610b8d25d59272c02d5bbf40310e0604367acb3 | |
| parent | e8810de8cbf87c1060af00c799d56154707a91d3 (diff) | |
| download | poky-16bb0a1cedf2bd87fcdbce956c426a8cf5ba0a90.tar.gz | |
lsb-release: use https for UPSTREAM_CHECK_URI
http:// results in 301 Moved Permanently and redirects to https://
Also drop SRC_URI[md5sum].
(From OE-Core rev: 2060e7ba146a1e87d402af9557cdd5ce959a7bf6)
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>
| -rw-r--r-- | meta/recipes-extended/lsb/lsb-release_1.4.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-extended/lsb/lsb-release_1.4.bb b/meta/recipes-extended/lsb/lsb-release_1.4.bb index ad16554e98..00d8183a4f 100644 --- a/meta/recipes-extended/lsb/lsb-release_1.4.bb +++ b/meta/recipes-extended/lsb/lsb-release_1.4.bb | |||
| @@ -14,10 +14,9 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/project/lsb/lsb_release/1.4/lsb-release-1.4.tar | |||
| 14 | file://help2man-reproducibility.patch \ | 14 | file://help2man-reproducibility.patch \ |
| 15 | " | 15 | " |
| 16 | 16 | ||
| 17 | SRC_URI[md5sum] = "30537ef5a01e0ca94b7b8eb6a36bb1e4" | ||
| 18 | SRC_URI[sha256sum] = "99321288f8d62e7a1d485b7c6bdccf06766fb8ca603c6195806e4457fdf17172" | 17 | SRC_URI[sha256sum] = "99321288f8d62e7a1d485b7c6bdccf06766fb8ca603c6195806e4457fdf17172" |
| 19 | 18 | ||
| 20 | UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/lsb/files/lsb_release/" | 19 | UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/lsb/files/lsb_release/" |
| 21 | UPSTREAM_CHECK_REGEX = "/lsb_release/(?P<pver>(\d+[\.\-_]*)+)/" | 20 | UPSTREAM_CHECK_REGEX = "/lsb_release/(?P<pver>(\d+[\.\-_]*)+)/" |
| 22 | 21 | ||
| 23 | CLEANBROKEN = "1" | 22 | CLEANBROKEN = "1" |
