diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-11-28 15:34:14 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-11-30 15:47:15 +0000 |
commit | 4bc1a239544a12df7d5c21e51b2788b3757a5dd7 (patch) | |
tree | ba39e7d02ebcb956db5cdc3d55cf29d0d4a0c5da | |
parent | 9425992b59afa887fbbb1d3b3598f08757de4765 (diff) | |
download | openembedded-core-contrib-4bc1a239544a12df7d5c21e51b2788b3757a5dd7.tar.gz |
btrfs-tools: update to 4.8.4
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.8.4.bb (renamed from meta/recipes-devtools/btrfs-tools/btrfs-tools_4.8.2.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_4.8.2.bb b/meta/recipes-devtools/btrfs-tools/btrfs-tools_4.8.4.bb index 818951c7673..a15fcf23ce8 100644 --- a/meta/recipes-devtools/btrfs-tools/btrfs-tools_4.8.2.bb +++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools_4.8.4.bb @@ -13,7 +13,7 @@ SECTION = "base" DEPENDS = "util-linux attr e2fsprogs lzo acl udev" RDEPENDS_${PN} = "libgcc" -SRCREV = "08d31c1c7ca5a6bb4e6485fa118c552c938e9efb" +SRCREV = "3ae37eaad1f1ef3f46838da57d8616126fdaffd8" SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git \ " |