From: Wang Mingyu Date: Mon, 9 Dec 2024 23:56:35 +0000 (+0800) Subject: btrfs-tools: upgrade 6.11 -> 6.12 X-Git-Tag: uninative-4.7~625 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef59c676cf0aa9acb6180cdc74c6404d859b4880;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git 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 Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- 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 fa0599d28d7..3c0bb81f755 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 ??= " \