diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-08-29 17:30:09 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-03 09:58:26 +0100 |
commit | af37bf57b2772851150cbdabf8e1c2db7475930f (patch) | |
tree | 8a9ba2e3260283ead805e4365dd6de4b760ecb81 /meta/recipes-devtools/btrfs-tools | |
parent | c896b61db5c8abe0b96f7c8468cbf1ba2b36f435 (diff) | |
download | openembedded-core-af37bf57b2772851150cbdabf8e1c2db7475930f.tar.gz openembedded-core-af37bf57b2772851150cbdabf8e1c2db7475930f.tar.bz2 openembedded-core-af37bf57b2772851150cbdabf8e1c2db7475930f.zip |
btrfs-tools: update to 4.7.1
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/btrfs-tools')
-rw-r--r-- | meta/recipes-devtools/btrfs-tools/btrfs-tools_4.7.1.bb (renamed from meta/recipes-devtools/btrfs-tools/btrfs-tools_4.6.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_4.6.1.bb b/meta/recipes-devtools/btrfs-tools/btrfs-tools_4.7.1.bb index cede73ecc3..becf093967 100644 --- a/meta/recipes-devtools/btrfs-tools/btrfs-tools_4.6.1.bb +++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools_4.7.1.bb @@ -13,7 +13,7 @@ SECTION = "base" DEPENDS = "util-linux attr e2fsprogs lzo acl" RDEPENDS_${PN} = "libgcc" -SRCREV = "40650bf1694bbc833a40afa239a81627ef4fb5c6" +SRCREV = "6819fbcdcab63c2d95da1a2997e37be9a71ca533" SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git \ file://fix-parallel.patch \ " |