From 87f67e6d8616bc8d10ffa51920b01c17bba08236 Mon Sep 17 00:00:00 2001 From: Doug Goldstein Date: Tue, 22 Nov 2016 10:56:54 -0600 Subject: [PATCH] remove a call to 'env' For debugging people should really use 'bitbake -e rust' instead. --- recipes-devtools/rust/rust.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/recipes-devtools/rust/rust.inc b/recipes-devtools/rust/rust.inc index ab35d85..db4dcde 100644 --- a/recipes-devtools/rust/rust.inc +++ b/recipes-devtools/rust/rust.inc @@ -415,7 +415,6 @@ do_configure () { rust_runmake () { echo "COMPILE ${PN}" "$@" - env # CFLAGS, LDFLAGS, CXXFLAGS, CPPFLAGS are used by rust's build for a # wide range of targets (not just TARGET). Yocto's settings for them will