summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorChristopher Larson <chris_larson@mentor.com>2018-06-22 02:07:34 +0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-07-19 10:53:52 +0100
commit71625594a9ae0f0227268d039268a1950cbad3ba (patch)
tree5ebe5d5d9bf9fe494e3096f2a8878fde23c22090 /meta
parentf9f9698c9a5a145514ac3943177dec022f740425 (diff)
downloadpoky-71625594a9ae0f0227268d039268a1950cbad3ba.tar.gz
ovmf: set PARALLEL_MAKE for target as well
This can fail for target, not just native. (From OE-Core rev: 747c7dc8702d2241475894876d06a2f1f2b29fed) (From OE-Core rev: 0d4ccd6eac41c878b5a9eec10e1a00b76241b846) Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-core/ovmf/ovmf_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/ovmf/ovmf_git.bb b/meta/recipes-core/ovmf/ovmf_git.bb
index 212530acbf..e57fa09727 100644
--- a/meta/recipes-core/ovmf/ovmf_git.bb
+++ b/meta/recipes-core/ovmf/ovmf_git.bb
@@ -39,7 +39,7 @@ SRC_URI[openssl.sha256sum] = "57be8618979d80c910728cfc99369bf97b2a1abd8f366ab6eb
39 39
40inherit deploy 40inherit deploy
41 41
42PARALLEL_MAKE_class-native = "" 42PARALLEL_MAKE = ""
43 43
44S = "${WORKDIR}/git" 44S = "${WORKDIR}/git"
45 45