From e48146a2fd6525a21d69fb33ead83d551b475bdf Mon Sep 17 00:00:00 2001 From: Cody P Schafer Date: Fri, 13 Feb 2015 14:31:37 -0500 Subject: [PATCH] rust: remove -e (environment overrides) as all overrides should be generated into the target.mk and target.json files --- recipes/rust/rust.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/rust/rust.inc b/recipes/rust/rust.inc index f025bf3..c9750c4 100644 --- a/recipes/rust/rust.inc +++ b/recipes/rust/rust.inc @@ -8,7 +8,7 @@ LICENSE = "MIT | Apache-2.0" B = "${WORKDIR}/build" # Avoid having the default bitbake.conf disable sub-make parallelization -EXTRA_OEMAKE = "-e" +EXTRA_OEMAKE = "" LIC_FILES_CHKSUM ="\ file://COPYRIGHT;md5=b1ab5514343f97198b323e33779470a3 \