diff options
author | Armin Kuster <akuster@mvista.com> | 2015-02-06 22:09:28 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-14 08:40:34 +0000 |
commit | f9fd13dd776c9949b5a6e15024a72d7713c0e64a (patch) | |
tree | 56c9b21efbbc9f7f65d1d3e2f1279a0404075979 /meta/recipes-devtools/btrfs-tools | |
parent | f4b8c0faa1cebda2a2742f8e4d622dcd024428e9 (diff) | |
download | openembedded-core-f9fd13dd776c9949b5a6e15024a72d7713c0e64a.tar.gz openembedded-core-f9fd13dd776c9949b5a6e15024a72d7713c0e64a.tar.bz2 openembedded-core-f9fd13dd776c9949b5a6e15024a72d7713c0e64a.zip |
btrfs-tools: update to 3.18.2
Signed-off-by: Armin Kuster <akuster@mvista.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-devtools/btrfs-tools')
-rw-r--r-- | meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb b/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb index ef850570fb..f796f6f85a 100644 --- a/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb +++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb @@ -12,11 +12,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=fcb02dc552a041dee27e4b85c7396067" SECTION = "base" DEPENDS = "util-linux attr e2fsprogs lzo acl" -SRCREV = "44cdb62d3478c834f41c87ea79d261b9c8982dce" +SRCREV = "344599a7aefe23c7169ccdde3ad1b921bb60024c" SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git" S = "${WORKDIR}/git" -PV = "3.14.2+git${SRCPV}" +PV = "3.18.2+git${SRCPV}" EXTRA_OEMAKE += "DISABLE_DOCUMENTATION=1" |