aboutsummaryrefslogtreecommitdiff
path: root/meta-linaro/recipes-extra/acpica/acpica_20130626.bb
diff options
context:
space:
mode:
authorAndrew McDermott <andrew.mcdermott@linaro.org>2013-08-06 19:09:39 +0100
committerAndrew McDermott <andrew.mcdermott@linaro.org>2013-08-06 19:09:39 +0100
commitc4eeb9d314440962c8d732468dfac2f9360918b1 (patch)
tree0b5d4530e1629e1efbe21e8b05909809623edf4e /meta-linaro/recipes-extra/acpica/acpica_20130626.bb
parentf271bbea8e5e1c8714501dc3e1010fc71c9cbf6f (diff)
meta-linaro: acpica: fix parallel build
The compilation of the iasl utility fails when `make -j<N>' > 1. This commit cleans up the rules in generate/unix/iasl such that a `make -j' will succeed. Signed-off-by: Andrew McDermott <andrew.mcdermott@linaro.org>
Diffstat (limited to 'meta-linaro/recipes-extra/acpica/acpica_20130626.bb')
-rw-r--r--meta-linaro/recipes-extra/acpica/acpica_20130626.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-linaro/recipes-extra/acpica/acpica_20130626.bb b/meta-linaro/recipes-extra/acpica/acpica_20130626.bb
index 230ab4da..58d7c4bb 100644
--- a/meta-linaro/recipes-extra/acpica/acpica_20130626.bb
+++ b/meta-linaro/recipes-extra/acpica/acpica_20130626.bb
@@ -24,7 +24,8 @@ SRC_URI="git://git.linaro.org/people/ahs3/acpica-tools.git \
file://name-miscompare.patch \
file://aapits-linux.patch \
file://cross-compile.patch \
- file://no-werror.patch"
+ file://no-werror.patch \
+ file://fix-parallel-build.patch"
SRCREV = "${AUTOREV}"