]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
xz: Update SRC_URI
authorGuocai He <guocai.he.cn@windriver.com>
Thu, 27 Feb 2025 02:11:49 +0000 (10:11 +0800)
committerSteve Sakoman <steve@sakoman.com>
Thu, 27 Feb 2025 14:16:41 +0000 (06:16 -0800)
Update SRC_URI for xz.
The the tarball of xz-.tar.gz has been changed from
https://tukaani.org/xz/xz-.tar.gz to
https://sourceforge.net/projects/lzmautils/files/xz-.tar.gz

Signed-off-by: Guocai He <guocai.he.cn@windriver.com>
meta/recipes-extended/xz/xz_5.2.6.bb

index 3482622471ec847c1b1a3b40da1d3a969f7930cb..7f889e436737405a3d8fe0a12f94078e11c6e63e 100644 (file)
@@ -24,7 +24,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=97d554a32881fee0aa283d96e47cb24a \
                     file://lib/getopt.c;endline=23;md5=2069b0ee710572c03bb3114e4532cd84 \
                     "
 
-SRC_URI = "https://tukaani.org/xz/xz-${PV}.tar.gz"
+SRC_URI = "https://sourceforge.net/projects/lzmautils/files/xz-${PV}.tar.gz"
 SRC_URI[sha256sum] = "a2105abee17bcd2ebd15ced31b4f5eda6e17efd6b10f921a01cda4a44c91b3a0"
 UPSTREAM_CHECK_REGEX = "xz-(?P<pver>\d+(\.\d+)+)\.tar"