summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb
diff options
context:
space:
mode:
authorRoy Li <rongqing.li@windriver.com>2013-09-10 17:24:14 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-09-10 23:00:50 +0100
commitf7d1286fe84a4886ef13616eebe86f4bd8e06bd8 (patch)
tree068b161950aafd7556f648db067f0cb48cfd61af /meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb
parenta5973acca3224d64dd80a626febe5d84bd2e3bc4 (diff)
downloadpoky-f7d1286fe84a4886ef13616eebe86f4bd8e06bd8.tar.gz
btrfs-tools: fix a parallel build issue
(From OE-Core rev: 637e0484ea4e7a39ac4d9c407c585201e6be1bc0) Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb')
-rw-r--r--meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb b/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb
index 1c7f34f8d7..fe6a35a274 100644
--- a/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb
+++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb
@@ -20,6 +20,7 @@ S = "${WORKDIR}/git"
20PV = "0.20+git${SRCPV}" 20PV = "0.20+git${SRCPV}"
21 21
22SRC_URI += "file://weak-defaults.patch" 22SRC_URI += "file://weak-defaults.patch"
23SRC_URI += "file://btrfs-progs-fix-parallel-build.patch"
23 24
24do_install () { 25do_install () {
25 oe_runmake 'DESTDIR=${D}' install 26 oe_runmake 'DESTDIR=${D}' install