From af002ebd984efa254fe168895430cdb5d4cf23f9 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Fri, 2 Dec 2022 10:46:47 +0800 Subject: [PATCH] btrfs-tools: upgrade 6.0.1 -> 6.0.2 Changelog: ========== * fixes: * resize cancel did not work in some cases * fix fileattr stream command format and add workaround when it cannot be applied * properly handle degraded raid56 reads * fi defrag: fix verbosity, don't print file names by default * receive: fix silent data loss after fall back from encoded write * fi mkswapfile: new command to create a formatted swapfile in one go Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni --- .../btrfs-tools/{btrfs-tools_6.0.1.bb => btrfs-tools_6.0.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/btrfs-tools/{btrfs-tools_6.0.1.bb => btrfs-tools_6.0.2.bb} (98%) diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.0.1.bb b/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.0.2.bb similarity index 98% rename from meta/recipes-devtools/btrfs-tools/btrfs-tools_6.0.1.bb rename to meta/recipes-devtools/btrfs-tools/btrfs-tools_6.0.2.bb index 7144087a11d..872fba6b6dd 100644 --- a/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.0.1.bb +++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.0.2.bb @@ -18,7 +18,7 @@ DEPENDS = "util-linux zlib" SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git;branch=master \ file://0001-Add-a-possibility-to-specify-where-python-modules-ar.patch \ " -SRCREV = "441d01556873385d55fd4940f50ee7ae1fcfb13d" +SRCREV = "ff964ba6aef98bd1bafe8ff9b0088501b30bdd27" S = "${WORKDIR}/git" PACKAGECONFIG ??= " \ -- 2.47.3