summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/btrfs-tools
diff options
context:
space:
mode:
authorwangmy <wangmy@fujitsu.com>2021-11-09 20:09:03 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-11-10 19:27:28 +0000
commita0b518d3321c2de4efbd4fd1477c81efba5ac780 (patch)
tree1feb691c5c861af07f375bcba48e77d629d77fe5 /meta/recipes-devtools/btrfs-tools
parent87b49474f61f8c61e410c591ad04af2b7cfdd68f (diff)
downloadpoky-a0b518d3321c2de4efbd4fd1477c81efba5ac780.tar.gz
btrfs-tools: upgrade 5.14.2 -> 5.15
Changelog v5.15 (Nov 2021) mkfs: new defaults! no-holes free-space-tree DUP for metadata unconditionally libbtrfsutil: add missing profile defines libbtrfs: minimize its impact on the other code, refactor and separate implementation where needed, cleanup afterwards, reduced header exports documentation: introduce sphinx build and RST versions of manual pages, will become the new format and replace asciidoc fixes: fix warning regarding v1 space cache when only v2 (free space tree) is enabled (From OE-Core rev: 77d08d327b9e675109dc95c27ee4910d9047ec49) Signed-off-by: Wang Mingyu <wangmy@fujitsu.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.15.bb (renamed from meta/recipes-devtools/btrfs-tools/btrfs-tools_5.14.2.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_5.14.2.bb b/meta/recipes-devtools/btrfs-tools/btrfs-tools_5.15.bb
index ba4ad0f438..399ba17e3e 100644
--- a/meta/recipes-devtools/btrfs-tools/btrfs-tools_5.14.2.bb
+++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools_5.15.bb
@@ -19,7 +19,7 @@ SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git;b
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 file://0001-btrfs-tools-include-linux-const.h-to-fix-build-with-.patch \ 20 file://0001-btrfs-tools-include-linux-const.h-to-fix-build-with-.patch \
21 " 21 "
22SRCREV = "35f17bc49cdf760d8f3710fe2c301b933d991fd6" 22SRCREV = "4d06e4a13d1ce1849a60b68969bc385ab736ddf7"
23S = "${WORKDIR}/git" 23S = "${WORKDIR}/git"
24 24
25PACKAGECONFIG ??= " \ 25PACKAGECONFIG ??= " \