diff options
author | Saul Wold <sgw@linux.intel.com> | 2014-11-06 16:19:27 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-11-09 10:21:20 +0000 |
commit | 54cedb13ee36656e950423224dcdc16c542652a3 (patch) | |
tree | 1f0893af3eabeb184ae43a213233cfdf01f987ab /meta/recipes-devtools | |
parent | 78f6f533bbdb4997a3a86ab8f62054c5d13c0d3f (diff) | |
download | poky-54cedb13ee36656e950423224dcdc16c542652a3.tar.gz |
btrfs: Update to 3.17 version
(From OE-Core rev: 54d306bbed948a0eb5171f9efd206ea773d9bd3b)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb b/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb index 0eed13bfb1..ef850570fb 100644 --- a/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb +++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb | |||
@@ -12,13 +12,13 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=fcb02dc552a041dee27e4b85c7396067" | |||
12 | SECTION = "base" | 12 | SECTION = "base" |
13 | DEPENDS = "util-linux attr e2fsprogs lzo acl" | 13 | DEPENDS = "util-linux attr e2fsprogs lzo acl" |
14 | 14 | ||
15 | SRCREV = "24cf4d8c3ee924b474f68514e0167cc2e602a48d" | 15 | SRCREV = "44cdb62d3478c834f41c87ea79d261b9c8982dce" |
16 | SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-progs.git \ | 16 | SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git" |
17 | file://nodocs.patch" | ||
18 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
19 | 18 | ||
20 | PV = "3.14.2+git${SRCPV}" | 19 | PV = "3.14.2+git${SRCPV}" |
21 | 20 | ||
21 | EXTRA_OEMAKE += "DISABLE_DOCUMENTATION=1" | ||
22 | 22 | ||
23 | do_install () { | 23 | do_install () { |
24 | oe_runmake 'DESTDIR=${D}' install | 24 | oe_runmake 'DESTDIR=${D}' install |