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.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb b/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb
index f796f6f85a..d86075c4c6 100644
--- a/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb
+++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb
@@ -13,7 +13,10 @@ SECTION = "base"
13DEPENDS = "util-linux attr e2fsprogs lzo acl" 13DEPENDS = "util-linux attr e2fsprogs lzo acl"
14 14
15SRCREV = "344599a7aefe23c7169ccdde3ad1b921bb60024c" 15SRCREV = "344599a7aefe23c7169ccdde3ad1b921bb60024c"
16SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git" 16SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git \
17 file://fix-parallel.patch \
18"
19
17S = "${WORKDIR}/git" 20S = "${WORKDIR}/git"
18 21
19PV = "3.18.2+git${SRCPV}" 22PV = "3.18.2+git${SRCPV}"