diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-10-09 13:48:52 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-10-11 12:17:02 +0100 |
commit | 408ccbc48f7d5e4b7097b1a5835f3060a44f54d2 (patch) | |
tree | 8a76b0a382f438bae95181a4300d5246ca65cb87 | |
parent | 1ba04bafbe74701d8685ecc943ec243ff93fe539 (diff) | |
download | poky-408ccbc48f7d5e4b7097b1a5835f3060a44f54d2.tar.gz |
erofs-utils: upgrade 1.8.1 -> 1.8.2
Changelog:
==========
- Fix build on GNU/Hurd
- Fix maximum volume label length
- Correctly skip unidentified xattrs
- Support exporting xattrs optionally
- Correctly sort shared xattrs
- Allow pax headers with empty names;
- Add '--sort=none' option for tarballs;
- Fix broken compressed packed inodes
- Several minor random fixes.
(From OE-Core rev: 79b62db775ac6cae5b389fd88a7aa05915a5d6f4)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/erofs-utils/erofs-utils_1.8.2.bb (renamed from meta/recipes-devtools/erofs-utils/erofs-utils_1.8.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/erofs-utils/erofs-utils_1.8.1.bb b/meta/recipes-devtools/erofs-utils/erofs-utils_1.8.2.bb index 50d6e3b38e..4d8689f87c 100644 --- a/meta/recipes-devtools/erofs-utils/erofs-utils_1.8.1.bb +++ b/meta/recipes-devtools/erofs-utils/erofs-utils_1.8.2.bb | |||
@@ -5,7 +5,7 @@ SECTION = "base" | |||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=73001d804ea1e3d84365f652242cca20" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=73001d804ea1e3d84365f652242cca20" |
6 | HOMEPAGE = "https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git/tree/README" | 6 | HOMEPAGE = "https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git/tree/README" |
7 | 7 | ||
8 | SRCREV = "ddbed14463fb798eff71fd4d4395357eb598e175" | 8 | SRCREV = "8bedd862edfbb9a5e54dd37abede29020dd8fdfb" |
9 | SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git;branch=master;protocol=https" | 9 | SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git;branch=master;protocol=https" |
10 | 10 | ||
11 | UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>(\d+(\.\d+)+))" | 11 | UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>(\d+(\.\d+)+))" |