[OE-core] [PATCH 4/6] ovmf: set PARALLEL_MAKE for target as well

Christopher Larson kergoth at gmail.com
Thu Jun 21 21:07:34 UTC 2018


From: Christopher Larson <chris_larson at mentor.com>

This can fail for target, not just native.

Signed-off-by: Christopher Larson <chris_larson at mentor.com>
---
 meta/recipes-core/ovmf/ovmf_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/ovmf/ovmf_git.bb b/meta/recipes-core/ovmf/ovmf_git.bb
index 212530acbf9..e57fa097274 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
 
 inherit deploy
 
-PARALLEL_MAKE_class-native = ""
+PARALLEL_MAKE = ""
 
 S = "${WORKDIR}/git"
 
-- 
2.11.1




More information about the Openembedded-core mailing list