From 45d540de3613b4f29ab0a2a0fa25d694986173d8 Mon Sep 17 00:00:00 2001 From: Cody P Schafer Date: Sun, 25 Sep 2016 00:53:39 -0400 Subject: [PATCH] rust.inc: EXTRA_OEMAKE is now empty by default, drop our set Since poky rev: f8520142c8a33fa9414314511fb01fbe79a2bf01, oe-core rev: aeb653861a0ec39ea7a014c0622980edcbf653fa --- recipes-devtools/rust/rust.inc | 3 --- 1 file changed, 3 deletions(-) diff --git a/recipes-devtools/rust/rust.inc b/recipes-devtools/rust/rust.inc index c7c4bd5..f28f0b5 100644 --- a/recipes-devtools/rust/rust.inc +++ b/recipes-devtools/rust/rust.inc @@ -13,9 +13,6 @@ B = "${WORKDIR}/build" DEPENDS += "file-native" -# Avoid having the default bitbake.conf disable sub-make parallelization -EXTRA_OEMAKE = "" - PACKAGECONFIG ??= "" # Controls whether we use the local rust to build.