From 1682e1584d568b471b46b271b2216c735ef73165 Mon Sep 17 00:00:00 2001 From: wangmy Date: Wed, 15 Jun 2022 16:10:35 +0800 Subject: [PATCH] btrfs-tools: upgrade 5.18 -> 5.18.1 Changelog: ========== * fixes: * convert: fix self reference of toplevel directory * build: make kernel lib headers compatible with C++ * zoned mode: verify minimum zone size 4MiB * libbtrfs: cleanups, merge headers and remove declarations of unexported symbols * other: documentation updates Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- .../btrfs-tools/{btrfs-tools_5.18.bb => btrfs-tools_5.18.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/btrfs-tools/{btrfs-tools_5.18.bb => btrfs-tools_5.18.1.bb} (98%) diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_5.18.bb b/meta/recipes-devtools/btrfs-tools/btrfs-tools_5.18.1.bb similarity index 98% rename from meta/recipes-devtools/btrfs-tools/btrfs-tools_5.18.bb rename to meta/recipes-devtools/btrfs-tools/btrfs-tools_5.18.1.bb index f5120d39805..816fc17ae16 100644 --- a/meta/recipes-devtools/btrfs-tools/btrfs-tools_5.18.bb +++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools_5.18.1.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 = "f9e303584272b81b05b926a0cc9010f43af12a03" +SRCREV = "47b5cf867fc37411ef51eb5c09893a95f7f6c3b7" S = "${WORKDIR}/git" PACKAGECONFIG ??= " \ -- 2.47.3