diff options
author | Denys Dmytriyenko <denis@denix.org> | 2024-02-15 15:59:25 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-02-16 15:14:26 +0000 |
commit | 1e0cf2db7cb46be35b33bd1c01e3ec8fbbb58f17 (patch) | |
tree | 0ddf9651a97c4fc3fa8f803785a78289b504be78 /meta | |
parent | c3b895e94301f23181d1f87e8013867920587cd9 (diff) | |
download | poky-1e0cf2db7cb46be35b33bd1c01e3ec8fbbb58f17.tar.gz |
xz: upgrade 5.4.5 -> 5.4.6
Project has made changes to the site structure: https://tukaani.org/
| The XZ projects were moved to their own website on xz.tukaani.org in
| January 2024. The old links will be kept working via redirections.
While old release tarballs are still being accesible on the site via
redirects, new releases are no longer hosted on the site and point
directly to github - update SRC_URI.
The website change was mentioned in the COPYING file, changing its hash.
Full Changelog:
https://github.com/tukaani-project/xz/releases/tag/v5.4.6
License-Update: new URL due to website restructure
(From OE-Core rev: 9cc6c809c154019afe3bf6e6d617eab640faa4d0)
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/xz/xz_5.4.6.bb (renamed from meta/recipes-extended/xz/xz_5.4.5.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-extended/xz/xz_5.4.5.bb b/meta/recipes-extended/xz/xz_5.4.6.bb index ad519e5689..6c13e7ebe5 100644 --- a/meta/recipes-extended/xz/xz_5.4.5.bb +++ b/meta/recipes-extended/xz/xz_5.4.6.bb | |||
@@ -17,17 +17,17 @@ LICENSE:${PN}-dbg = "GPL-2.0-or-later" | |||
17 | LICENSE:${PN}-locale = "GPL-2.0-or-later" | 17 | LICENSE:${PN}-locale = "GPL-2.0-or-later" |
18 | LICENSE:liblzma = "PD" | 18 | LICENSE:liblzma = "PD" |
19 | 19 | ||
20 | LIC_FILES_CHKSUM = "file://COPYING;md5=c8ea84ebe7b93cce676b54355dc6b2c0 \ | 20 | LIC_FILES_CHKSUM = "file://COPYING;md5=d4378ea9d5d1fc9ab0ae10d7948827d9 \ |
21 | file://COPYING.GPLv2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ | 21 | file://COPYING.GPLv2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ |
22 | file://COPYING.GPLv3;md5=1ebbd3e34237af26da5dc08a4e440464 \ | 22 | file://COPYING.GPLv3;md5=1ebbd3e34237af26da5dc08a4e440464 \ |
23 | file://COPYING.LGPLv2.1;md5=4fbd65380cdd255951079008b364516c \ | 23 | file://COPYING.LGPLv2.1;md5=4fbd65380cdd255951079008b364516c \ |
24 | file://lib/getopt.c;endline=23;md5=2069b0ee710572c03bb3114e4532cd84 \ | 24 | file://lib/getopt.c;endline=23;md5=2069b0ee710572c03bb3114e4532cd84 \ |
25 | " | 25 | " |
26 | 26 | ||
27 | SRC_URI = "https://tukaani.org/xz/xz-${PV}.tar.gz \ | 27 | SRC_URI = "https://github.com/tukaani-project/xz/releases/download/v${PV}/xz-${PV}.tar.gz \ |
28 | file://run-ptest \ | 28 | file://run-ptest \ |
29 | " | 29 | " |
30 | SRC_URI[sha256sum] = "135c90b934aee8fbc0d467de87a05cb70d627da36abe518c357a873709e5b7d6" | 30 | SRC_URI[sha256sum] = "aeba3e03bf8140ddedf62a0a367158340520f6b384f75ca6045ccc6c0d43fd5c" |
31 | UPSTREAM_CHECK_REGEX = "xz-(?P<pver>\d+(\.\d+)+)\.tar" | 31 | UPSTREAM_CHECK_REGEX = "xz-(?P<pver>\d+(\.\d+)+)\.tar" |
32 | 32 | ||
33 | CACHED_CONFIGUREVARS += "gl_cv_posix_shell=/bin/sh" | 33 | CACHED_CONFIGUREVARS += "gl_cv_posix_shell=/bin/sh" |