From 08ef1628e11824d9f738d8d4335bb66f68279f56 Mon Sep 17 00:00:00 2001 From: Cody P Schafer Date: Thu, 12 Feb 2015 15:12:29 -0500 Subject: [PATCH] rust: enable parallel submakes --- recipes/rust/rust.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipes/rust/rust.inc b/recipes/rust/rust.inc index 5ab763d..127e124 100644 --- a/recipes/rust/rust.inc +++ b/recipes/rust/rust.inc @@ -7,6 +7,9 @@ LICENSE = "MIT | Apache-2.0" B = "${WORKDIR}/build" +# Avoid having the default bitbake.conf disable sub-make parallelization +EXTRA_OEMAKE = "-e" + LIC_FILES_CHKSUM ="\ file://COPYRIGHT;md5=b1ab5514343f97198b323e33779470a3 \ "