summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-09-10 17:16:11 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-09-11 11:31:55 +0100
commit2d8b3fafd89abef3e8ddab4ae62a547f3a57e0ac (patch)
tree7b24e9c7f43df16f0b52d28b45caf9d9dda9c539 /meta
parenta1d6e5c7554f81867fe9713dc4681aafbfabeb35 (diff)
downloadpoky-2d8b3fafd89abef3e8ddab4ae62a547f3a57e0ac.tar.gz
btrfs-tools: upgrade 6.15 -> 6.16
(From OE-Core rev: 0f960412297a3edbf3ae8b06a32aca46d0c51450) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-devtools/btrfs-tools/btrfs-tools_6.16.bb (renamed from meta/recipes-devtools/btrfs-tools/btrfs-tools_6.15.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.15.bb b/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.16.bb
index 88a6d11354..ef809d384b 100644
--- a/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.15.bb
+++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.16.bb
@@ -18,7 +18,7 @@ DEPENDS = "util-linux zlib"
18SRC_URI = "git://github.com/kdave/btrfs-progs.git;branch=master;protocol=https;tag=v${PV} \ 18SRC_URI = "git://github.com/kdave/btrfs-progs.git;branch=master;protocol=https;tag=v${PV} \
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 = "3da67f1c78bcbd7556f04d89e31aa4621face50b" 21SRCREV = "54694de98fdc4ea5678cdd77b920c044bbf64f26"
22 22
23PACKAGECONFIG ??= " \ 23PACKAGECONFIG ??= " \
24 programs \ 24 programs \