diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-06-28 11:06:17 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-07-10 14:12:06 +0100 |
commit | db2041aeffc1d20fd78613ddf5a590a0693c15c9 (patch) | |
tree | 09043799b6a0ac5bf3d8c4b175c8886565ee33e5 | |
parent | e8ef5912aac0104d9a47d6d10a95e64426d8840e (diff) | |
download | openembedded-core-db2041aeffc1d20fd78613ddf5a590a0693c15c9.tar.gz openembedded-core-db2041aeffc1d20fd78613ddf5a590a0693c15c9.tar.bz2 openembedded-core-db2041aeffc1d20fd78613ddf5a590a0693c15c9.zip |
btrfs-tools: update to 4.6.1
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
-rw-r--r-- | meta/recipes-devtools/btrfs-tools/btrfs-tools_4.6.1.bb (renamed from meta/recipes-devtools/btrfs-tools/btrfs-tools_4.5.3.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_4.5.3.bb b/meta/recipes-devtools/btrfs-tools/btrfs-tools_4.6.1.bb index 50fe66ea74..cede73ecc3 100644 --- a/meta/recipes-devtools/btrfs-tools/btrfs-tools_4.5.3.bb +++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools_4.6.1.bb @@ -13,7 +13,7 @@ SECTION = "base" DEPENDS = "util-linux attr e2fsprogs lzo acl" RDEPENDS_${PN} = "libgcc" -SRCREV = "b72438362b2dbce880cefe9427ffe0947a94e060" +SRCREV = "40650bf1694bbc833a40afa239a81627ef4fb5c6" SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git \ file://fix-parallel.patch \ " |