rust: remove -e (environment overrides) as all overrides should be generated into the target.mk and target.json files

This commit is contained in:
Cody P Schafer
2015-02-13 14:31:37 -05:00
parent f43f21ccd0
commit e48146a2fd
+1 -1
View File
@@ -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 \