summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-09-30 15:43:04 +0800
committerKhem Raj <raj.khem@gmail.com>2024-09-30 07:34:28 -0700
commit63997c60608a1724271abfe66c1fbfe45ba0ed4b (patch)
tree86584245fdf39effe07401b12ceca829dcad2809
parent358a359626a46b718c66f908a70115ce98340ba3 (diff)
downloadmeta-openembedded-63997c60608a1724271abfe66c1fbfe45ba0ed4b.tar.gz
squashfs-tools-ng: upgrade 1.3.1 -> 1.3.2
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> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-devtools/squashfs-tools-ng/squashfs-tools-ng_1.3.2.bb (renamed from meta-oe/recipes-devtools/squashfs-tools-ng/squashfs-tools-ng_1.3.1.bb)2
1 files changed, 1 insertions, 1 deletions
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
index a542396d46..10e0e27a20 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 \
11 file://licenses/zstd.txt;md5=8df8137b630239cbdd4c0674124cb0c8 \ 11 file://licenses/zstd.txt;md5=8df8137b630239cbdd4c0674124cb0c8 \
12 " 12 "
13 13
14SRCREV = "8f9966c8ea3ea8a854941d041e7fcb9eb4f772fb" 14SRCREV = "667faf69cc35215e33e747b4bffdcba3643c2629"
15SRC_URI = "git://github.com/AgentD/squashfs-tools-ng.git;protocol=https;branch=fixes-1.3.0" 15SRC_URI = "git://github.com/AgentD/squashfs-tools-ng.git;protocol=https;branch=fixes-1.3.0"
16 16
17S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"