cargo.bbclass: update debug message

Hopefully this makes a bit more clear when you see this outputted.
This commit is contained in:
Doug Goldstein
2015-11-16 15:34:44 -06:00
parent ff13d3319d
commit 6ae148d342

View File

@@ -74,8 +74,8 @@ export CARGO_BUILD_FLAGS = "-v --target ${HOST_SYS} --release"
# change if CARGO_BUILD_FLAGS changes.
export CARGO_TARGET_SUBDIR="${HOST_SYS}/release"
oe_cargo_build () {
which cargo
which rustc
echo "cargo: $(which cargo)"
echo "rustc: $(which rustc)"
bbnote ${CARGO} build ${CARGO_BUILD_FLAGS} "$@"
"${CARGO}" build ${CARGO_BUILD_FLAGS} "$@"
}