summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/btrfs-tools
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2022-12-02 10:46:47 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-12-05 22:28:12 +0000
commit7adc4853e54b8e440dcb332e147370cc943173d3 (patch)
treea73d5cdff2069821bc33b95921a94fa87c03b053 /meta/recipes-devtools/btrfs-tools
parent712c16485af4795248febc25188cb4fc7ec5037c (diff)
downloadpoky-7adc4853e54b8e440dcb332e147370cc943173d3.tar.gz
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 (From OE-Core rev: af002ebd984efa254fe168895430cdb5d4cf23f9) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/btrfs-tools')
-rw-r--r--meta/recipes-devtools/btrfs-tools/btrfs-tools_6.0.2.bb (renamed from meta/recipes-devtools/btrfs-tools/btrfs-tools_6.0.1.bb)2
1 files changed, 1 insertions, 1 deletions
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
index 7144087a11..872fba6b6d 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"
18SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git;branch=master \ 18SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git;branch=master \
19 file://0001-Add-a-possibility-to-specify-where-python-modules-ar.patch \ 19 file://0001-Add-a-possibility-to-specify-where-python-modules-ar.patch \
20 " 20 "
21SRCREV = "441d01556873385d55fd4940f50ee7ae1fcfb13d" 21SRCREV = "ff964ba6aef98bd1bafe8ff9b0088501b30bdd27"
22S = "${WORKDIR}/git" 22S = "${WORKDIR}/git"
23 23
24PACKAGECONFIG ??= " \ 24PACKAGECONFIG ??= " \