summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb')
-rw-r--r--meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb9
1 files changed, 3 insertions, 6 deletions
diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb b/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb
index 8129cd5e99..0eed13bfb1 100644
--- a/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb
+++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb
@@ -12,15 +12,12 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=fcb02dc552a041dee27e4b85c7396067"
12SECTION = "base" 12SECTION = "base"
13DEPENDS = "util-linux attr e2fsprogs lzo acl" 13DEPENDS = "util-linux attr e2fsprogs lzo acl"
14 14
15SRCREV = "8cae1840afb3ea44dcc298f32983e577480dfee4" 15SRCREV = "24cf4d8c3ee924b474f68514e0167cc2e602a48d"
16SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-progs.git \ 16SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-progs.git \
17 file://weak-defaults.patch \ 17 file://nodocs.patch"
18 file://allow-relative-path.patch \
19 "
20
21S = "${WORKDIR}/git" 18S = "${WORKDIR}/git"
22 19
23PV = "3.12+git${SRCPV}" 20PV = "3.14.2+git${SRCPV}"
24 21
25 22
26do_install () { 23do_install () {