remove a call to 'env'
For debugging people should really use 'bitbake -e rust' instead.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user