diff options
author | Christopher Larson <chris_larson@mentor.com> | 2018-06-22 02:07:34 +0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-06-27 13:55:21 +0100 |
commit | 653c96d8e1e15165f73d5a99cd2e7f53751430fe (patch) | |
tree | 439e43d76f1594dc7e2a7e5b291a139f64878159 /meta/recipes-core/ovmf | |
parent | 6ba3abd76f90eaf561a7b88825923532148c56e3 (diff) | |
download | poky-653c96d8e1e15165f73d5a99cd2e7f53751430fe.tar.gz |
ovmf: set PARALLEL_MAKE for target as well
This can fail for target, not just native.
(From OE-Core rev: 747c7dc8702d2241475894876d06a2f1f2b29fed)
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/ovmf')
-rw-r--r-- | meta/recipes-core/ovmf/ovmf_git.bb | 2 |
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 | ||
40 | inherit deploy | 40 | inherit deploy |
41 | 41 | ||
42 | PARALLEL_MAKE_class-native = "" | 42 | PARALLEL_MAKE = "" |
43 | 43 | ||
44 | S = "${WORKDIR}/git" | 44 | S = "${WORKDIR}/git" |
45 | 45 | ||