From 637e0484ea4e7a39ac4d9c407c585201e6be1bc0 Mon Sep 17 00:00:00 2001 From: Roy Li Date: Tue, 10 Sep 2013 17:24:14 +0800 Subject: btrfs-tools: fix a parallel build issue Signed-off-by: Roy Li Signed-off-by: Richard Purdie --- meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb') 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" PV = "0.20+git${SRCPV}" SRC_URI += "file://weak-defaults.patch" +SRC_URI += "file://btrfs-progs-fix-parallel-build.patch" do_install () { oe_runmake 'DESTDIR=${D}' install -- cgit 1.2.3-korg