summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-08-31 10:54:40 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-09-02 18:23:06 +0100
commit0d1f93d6286af69621c0ee5e31425e22defb405e (patch)
treef0b19eca0340dad8479d6c62fee76c6181da6716 /meta/recipes-extended
parentb64374be63ee25e788f1627b09b14f25ec2d2f3f (diff)
downloadpoky-0d1f93d6286af69621c0ee5e31425e22defb405e.tar.gz
xz: upgrade 5.4.3 -> 5.4.4
Changelog: =========== * liblzma and xzdec can now build against WASI SDK when threading support is disabled. xz and tests don't build yet. * CMake: - Fixed a bug preventing other projects from including liblzma multiple times using find_package(). - Don't create broken symlinks in Cygwin and MSYS2 unless supported by the environment. This prevented building for the default MSYS2 environment. The problem was introduced in xz 5.4.0. * Documentation: - Small improvements to man pages. - Small improvements and typo fixes for liblzma API documentation. * Tests: - Added a new section to INSTALL to describe basic test usage and address recent questions about building the tests when cross compiling. - Small fixes and improvements to the tests. * Translations: - Fixed a mistake that caused one of the error messages to not be translated. This only affected versions 5.4.2 and 5.4.3. - Updated the Chinese (simplified), Croatian, Esperanto, German, Korean, Polish, Romanian, Spanish, Swedish, Ukrainian, and Vietnamese translations. - Updated the German, Korean, Romanian, and Ukrainian man page translations. (From OE-Core rev: 1cc37e3f7aca7e04b03de99f9ce4b8068a61510d) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r--meta/recipes-extended/xz/xz_5.4.4.bb (renamed from meta/recipes-extended/xz/xz_5.4.3.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/xz/xz_5.4.3.bb b/meta/recipes-extended/xz/xz_5.4.4.bb
index e1cdac3014..90f4c3d82c 100644
--- a/meta/recipes-extended/xz/xz_5.4.3.bb
+++ b/meta/recipes-extended/xz/xz_5.4.4.bb
@@ -25,7 +25,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=c8ea84ebe7b93cce676b54355dc6b2c0 \
25 " 25 "
26 26
27SRC_URI = "https://tukaani.org/xz/xz-${PV}.tar.gz" 27SRC_URI = "https://tukaani.org/xz/xz-${PV}.tar.gz"
28SRC_URI[sha256sum] = "1c382e0bc2e4e0af58398a903dd62fff7e510171d2de47a1ebe06d1528e9b7e9" 28SRC_URI[sha256sum] = "aae39544e254cfd27e942d35a048d592959bd7a79f9a624afb0498bb5613bdf8"
29UPSTREAM_CHECK_REGEX = "xz-(?P<pver>\d+(\.\d+)+)\.tar" 29UPSTREAM_CHECK_REGEX = "xz-(?P<pver>\d+(\.\d+)+)\.tar"
30 30
31CACHED_CONFIGUREVARS += "gl_cv_posix_shell=/bin/sh" 31CACHED_CONFIGUREVARS += "gl_cv_posix_shell=/bin/sh"