cargo: change trivial verbose flag

This commit is contained in:
Doug Goldstein
2016-11-23 11:26:53 -06:00
parent 0827bc626b
commit f366cff864
+1 -1
View File
@@ -107,7 +107,7 @@ do_compile () {
mkdir -p target
cp -R ${WORKDIR}/cargo-nightly-x86_64-unknown-linux-gnu/cargo target/snapshot
oe_runmake ARGS="--verbose"
oe_runmake VERBOSE=1
}
do_install () {