From 10a43505acc84b73d7bfcf0da0ddeef3c5a23a3c Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Mon, 2 Nov 2020 17:48:38 +0100 Subject: [PATCH] btrfs-tools: upgrade 5.7 -> 5.9 Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- .../btrfs-tools/{btrfs-tools_5.7.bb => btrfs-tools_5.9.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/btrfs-tools/{btrfs-tools_5.7.bb => btrfs-tools_5.9.bb} (97%) diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_5.7.bb b/meta/recipes-devtools/btrfs-tools/btrfs-tools_5.9.bb similarity index 97% rename from meta/recipes-devtools/btrfs-tools/btrfs-tools_5.7.bb rename to meta/recipes-devtools/btrfs-tools/btrfs-tools_5.9.bb index e61ea9bf89..15a958e624 100644 --- a/meta/recipes-devtools/btrfs-tools/btrfs-tools_5.7.bb +++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools_5.9.bb @@ -14,7 +14,7 @@ DEPENDS = "util-linux attr e2fsprogs lzo acl" DEPENDS_append_class-target = " udev" RDEPENDS_${PN} = "libgcc" -SRCREV = "11acf45eea6dd81e891564967051e2bb10bd25f7" +SRCREV = "2e1fa482300449042ff6612bb51027f3f5765270" SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git \ file://0001-Add-a-possibility-to-specify-where-python-modules-ar.patch \ " -- 2.40.1