diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2017-11-14 16:57:46 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-11-30 10:49:22 +0000 |
commit | 356bbe757c82232cfe8505c5092464dc017cd196 (patch) | |
tree | 4347884a6bee4c2268676d9a5257cba78dcb6a8f | |
parent | ee7996a39d90120debed811f9f9672203b7d4f90 (diff) | |
download | poky-356bbe757c82232cfe8505c5092464dc017cd196.tar.gz |
btrfs-tools: update to 4.13.3
(From OE-Core rev: d00e9a20cb38943b4586c8532f94fd40c291faea)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/btrfs-tools/btrfs-tools_4.13.3.bb (renamed from meta/recipes-devtools/btrfs-tools/btrfs-tools_4.13.2.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_4.13.2.bb b/meta/recipes-devtools/btrfs-tools/btrfs-tools_4.13.3.bb index 43924d874d..263fc65755 100644 --- a/meta/recipes-devtools/btrfs-tools/btrfs-tools_4.13.2.bb +++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools_4.13.3.bb | |||
@@ -14,7 +14,7 @@ DEPENDS = "util-linux attr e2fsprogs lzo acl" | |||
14 | DEPENDS_append_class-target = " udev" | 14 | DEPENDS_append_class-target = " udev" |
15 | RDEPENDS_${PN} = "libgcc" | 15 | RDEPENDS_${PN} = "libgcc" |
16 | 16 | ||
17 | SRCREV = "37f1faef159ebcf91846e7126879b1a413cb29a5" | 17 | SRCREV = "a7a1ea0f4f2a1d6eeeb3d106e062c7f1034f16d4" |
18 | SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git \ | 18 | SRC_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-Fix-build-with-musl-missing-header-include-for-dev_t.patch \ | 20 | file://0001-Fix-build-with-musl-missing-header-include-for-dev_t.patch \ |