diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2017-06-19 14:44:47 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-06-28 15:51:59 +0100 |
commit | 71ce00d886f065616c7814079234dd422fe88bdc (patch) | |
tree | 5e673b683867eda73ead113cf24307a5b9ebb5de | |
parent | 9adc1baf815ee06c3317b51f459dbb921e0e6de5 (diff) | |
download | openembedded-core-71ce00d886f065616c7814079234dd422fe88bdc.tar.gz openembedded-core-71ce00d886f065616c7814079234dd422fe88bdc.tar.bz2 openembedded-core-71ce00d886f065616c7814079234dd422fe88bdc.zip |
btrfs-tools: upgrade to 4.11
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
-rw-r--r-- | meta/recipes-devtools/btrfs-tools/btrfs-tools_4.11.bb (renamed from meta/recipes-devtools/btrfs-tools/btrfs-tools_4.10.2.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_4.10.2.bb b/meta/recipes-devtools/btrfs-tools/btrfs-tools_4.11.bb index 38062ce58c..6ccb44a0db 100644 --- a/meta/recipes-devtools/btrfs-tools/btrfs-tools_4.10.2.bb +++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools_4.11.bb @@ -14,7 +14,7 @@ DEPENDS = "util-linux attr e2fsprogs lzo acl" DEPENDS_append_class-target = " udev" RDEPENDS_${PN} = "libgcc" -SRCREV = "bd0ab27afbf14370f9f0da1f5f5ecbb0adc654c1" +SRCREV = "981f2d8fdc37741098bb977921c6e3f1ea88365b" SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git" inherit autotools-brokensep pkgconfig manpages |