summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/btrfs-tools
diff options
context:
space:
mode:
authorwangmy <wangmy@fujitsu.com>2022-06-15 16:10:35 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-06-17 17:57:44 +0100
commitc52bc0734db1696249af48058fa3350b55a4b5f4 (patch)
tree5a3fcc9944b8bd6b44cf482a7c1391a00b18e394 /meta/recipes-devtools/btrfs-tools
parente68081d83ffb5a35947d94557c040af65617b7e2 (diff)
downloadpoky-c52bc0734db1696249af48058fa3350b55a4b5f4.tar.gz
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 (From OE-Core rev: 1682e1584d568b471b46b271b2216c735ef73165) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/btrfs-tools')
-rw-r--r--meta/recipes-devtools/btrfs-tools/btrfs-tools_5.18.1.bb (renamed from meta/recipes-devtools/btrfs-tools/btrfs-tools_5.18.bb)2
1 files changed, 1 insertions, 1 deletions
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
index f5120d3980..816fc17ae1 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"
18SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git;branch=master \ 18SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git;branch=master \
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 = "f9e303584272b81b05b926a0cc9010f43af12a03" 21SRCREV = "47b5cf867fc37411ef51eb5c09893a95f7f6c3b7"
22S = "${WORKDIR}/git" 22S = "${WORKDIR}/git"
23 23
24PACKAGECONFIG ??= " \ 24PACKAGECONFIG ??= " \