From f1c19180e8a6c3640a8aee12811bb7885504e182 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 10 Dec 2024 07:56:35 +0800 Subject: [PATCH] btrfs-tools: upgrade 6.11 -> 6.12 Changelog: ============ * subvolume delete: add new option to do recursive subvolume deletion (for regular user delete only accessible subvolumes) * mkfs: * new option --subvol to create subvolumes in given paths, read-write, read-only and default * add hard link detection support for --rootdir option * fixes: * receive: message verbosity fixes * check: fix false positive report of missing checksum for extent holes * check: handle compressed extents when checking tree log * when asking Y/N user questions, flush the terminal so the question is displayed (e.g. btrfstune -S) * other * code refactoring, error handling * python packaging fixes * documentation updates * new tests (From OE-Core rev: ef59c676cf0aa9acb6180cdc74c6404d859b4880) Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- .../btrfs-tools/{btrfs-tools_6.11.bb => btrfs-tools_6.12.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/btrfs-tools/{btrfs-tools_6.11.bb => btrfs-tools_6.12.bb} (98%) diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.11.bb b/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.12.bb similarity index 98% rename from meta/recipes-devtools/btrfs-tools/btrfs-tools_6.11.bb rename to meta/recipes-devtools/btrfs-tools/btrfs-tools_6.12.bb index fa0599d28d..3c0bb81f75 100644 --- a/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.11.bb +++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.12.bb @@ -18,7 +18,7 @@ DEPENDS = "util-linux zlib" SRC_URI = "git://github.com/kdave/btrfs-progs.git;branch=master;protocol=https \ file://0001-Add-a-possibility-to-specify-where-python-modules-ar.patch \ " -SRCREV = "8859114eaee39c117ff95f5b60b4e81fc22f96e7" +SRCREV = "85ca0a6d60c14eefda509970a26616ff16115612" S = "${WORKDIR}/git" PACKAGECONFIG ??= " \