From: Christopher Larson Date: Thu, 21 Jun 2018 21:07:34 +0000 (+0500) Subject: ovmf: set PARALLEL_MAKE for target as well X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~17553 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=747c7dc8702d2241475894876d06a2f1f2b29fed;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git ovmf: set PARALLEL_MAKE for target as well This can fail for target, not just native. Signed-off-by: Christopher Larson Signed-off-by: Richard Purdie --- 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"