mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 12:32:12 +02:00
btrfs-tools: upgrade 6.7.1 -> 6.8
Changelog: ============ * fix --enqueue option timeout handling * subvolume: remove support for undocumented options -c and -x, functionality disabled in kernel * libbtrfsutil: * version 0.1.3, backward compabile * add aliases for all existing functions with unified naming scheme * updated header defintions for recently added kernel features * send: v3 supported in experimental mode * other: * docs: manual page references, graphs, enhancements, clarifications * error handling fixes * cleanups and refactoring (From OE-Core rev: 7e2cf19c861ddd93d1176fbbe3f758d31970a96b) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
d8d795cdc8
commit
ef993615b7
@@ -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;protocol=https \
|
||||
file://0001-Add-a-possibility-to-specify-where-python-modules-ar.patch \
|
||||
"
|
||||
SRCREV = "60abf7a90776c2405f616182ef6129474bbcb109"
|
||||
SRCREV = "3793e987d2b4e878410da16f33d963043d137d48"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
PACKAGECONFIG ??= " \
|
||||
Reference in New Issue
Block a user