diff mbox series

[meta-oe,39/40] squashfs-tools-ng: upgrade 1.3.1 -> 1.3.2

Message ID 1727682185-12664-39-git-send-email-wangmy@fujitsu.com
State Accepted
Headers show
Series [meta-oe,01/40] adw-gtk3: upgrade 5.3 -> 5.4 | expand

Commit Message

Mingyu Wang (Fujitsu) Sept. 30, 2024, 7:43 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
 - Fix prefix path for file globing
 - Missing '--no-pad' option in 'gensquashfs', 'sqfs2tar'
 - Fix version substitution in release script

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{squashfs-tools-ng_1.3.1.bb => squashfs-tools-ng_1.3.2.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-devtools/squashfs-tools-ng/{squashfs-tools-ng_1.3.1.bb => squashfs-tools-ng_1.3.2.bb} (96%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-devtools/squashfs-tools-ng/squashfs-tools-ng_1.3.1.bb b/meta-oe/recipes-devtools/squashfs-tools-ng/squashfs-tools-ng_1.3.2.bb
similarity index 96%
rename from meta-oe/recipes-devtools/squashfs-tools-ng/squashfs-tools-ng_1.3.1.bb
rename to meta-oe/recipes-devtools/squashfs-tools-ng/squashfs-tools-ng_1.3.2.bb
index a542396d4..10e0e27a2 100644
--- a/meta-oe/recipes-devtools/squashfs-tools-ng/squashfs-tools-ng_1.3.1.bb
+++ b/meta-oe/recipes-devtools/squashfs-tools-ng/squashfs-tools-ng_1.3.2.bb
@@ -11,7 +11,7 @@  LIC_FILES_CHKSUM = "file://COPYING.md;md5=a709b68f1ce8a9f10aeea6401446c1f4 \
                     file://licenses/zstd.txt;md5=8df8137b630239cbdd4c0674124cb0c8 \
                     "
 
-SRCREV = "8f9966c8ea3ea8a854941d041e7fcb9eb4f772fb"
+SRCREV = "667faf69cc35215e33e747b4bffdcba3643c2629"
 SRC_URI = "git://github.com/AgentD/squashfs-tools-ng.git;protocol=https;branch=fixes-1.3.0"
 
 S = "${WORKDIR}/git"