summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2018-09-06 12:29:18 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-09-10 12:13:06 +0100
commit0330d55879bcf46e4d99affe41cf265299f6a4dd (patch)
tree9eeb1524ef05f1734936d5adfa37061dcd275b7d
parent604a4018dea85c207897be27290d856d9777dafb (diff)
downloadpoky-0330d55879bcf46e4d99affe41cf265299f6a4dd.tar.gz
btrfs-tools: update to 4.17.1
(From OE-Core rev: b6fad2cd3af34e7a98ce897f8aa9f160e748eee7) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/btrfs-tools/btrfs-tools_4.17.1.bb (renamed from meta/recipes-devtools/btrfs-tools/btrfs-tools_4.17.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_4.17.bb b/meta/recipes-devtools/btrfs-tools/btrfs-tools_4.17.1.bb
index a3690d612c..6b53fbcd7f 100644
--- a/meta/recipes-devtools/btrfs-tools/btrfs-tools_4.17.bb
+++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools_4.17.1.bb
@@ -14,7 +14,7 @@ DEPENDS = "util-linux attr e2fsprogs lzo acl python3-setuptools-native"
14DEPENDS_append_class-target = " udev" 14DEPENDS_append_class-target = " udev"
15RDEPENDS_${PN} = "libgcc" 15RDEPENDS_${PN} = "libgcc"
16 16
17SRCREV = "33d16ffc0d176ff4a217a0491378d20ad34e0a90" 17SRCREV = "7faaca0d9f78f7162ae603231f693dd8e1af2a41"
18SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git \ 18SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git \
19 file://0001-Makefile-build-mktables-using-native-gcc.patch \ 19 file://0001-Makefile-build-mktables-using-native-gcc.patch \
20 file://0001-Add-LDFLAGS-when-building-libbtrfsutil.so.patch \ 20 file://0001-Add-LDFLAGS-when-building-libbtrfsutil.so.patch \