summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2026-04-30 18:48:20 +0800
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-05-07 10:45:38 -0700
commit506bd38398027cb5af6cc0bdf5d3dbc4d3f70222 (patch)
tree47a8250cf0e0c39762e74604ee56d7095b1e13fe
parentcde1c732e49b4d7ccc6a8ceed28fd947243a6a38 (diff)
downloadmeta-openembedded-506bd38398027cb5af6cc0bdf5d3dbc4d3f70222.tar.gz
7zip: upgrade 26.00 -> 26.01
Changelog: ============= - linux version of 7-Zip can use huge pages (2 MB pages). It can increase compression speed for 10% for 7z/xz/LZMA/LZMA2 compression. - new -spo[d|c|r] switch specifies the path generation mode for the output directory for archive extraction. The output directory path is generated from the path specified in the -o{dir_path} switch and the name of the archive being unpacked. - some bugs were fixed. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
-rw-r--r--meta-oe/recipes-extended/7zip/7zip_26.01.bb (renamed from meta-oe/recipes-extended/7zip/7zip_26.00.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/7zip/7zip_26.00.bb b/meta-oe/recipes-extended/7zip/7zip_26.01.bb
index 85219b5052..a3e124518a 100644
--- a/meta-oe/recipes-extended/7zip/7zip_26.00.bb
+++ b/meta-oe/recipes-extended/7zip/7zip_26.01.bb
@@ -12,7 +12,7 @@ SRC_URI = "git://github.com/ip7z/7zip.git;protocol=https;branch=main;tag=${PV} \
12 file://0001-Remove-treating-warning-as-errors.patch \ 12 file://0001-Remove-treating-warning-as-errors.patch \
13 file://7z_wrapper.sh \ 13 file://7z_wrapper.sh \
14 " 14 "
15SRCREV = "839151eaaad24771892afaae6bac690e31e58384" 15SRCREV = "8c63d71ff886bda90c86db28466287f977374237"
16 16
17UPSTREAM_CHECK_URI = "https://github.com/ip7z/7zip/releases/latest" 17UPSTREAM_CHECK_URI = "https://github.com/ip7z/7zip/releases/latest"
18 18