summaryrefslogtreecommitdiffstats
path: root/meta/classes-recipe/cargo.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes-recipe/cargo.bbclass')
-rw-r--r--meta/classes-recipe/cargo.bbclass1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/classes-recipe/cargo.bbclass b/meta/classes-recipe/cargo.bbclass
index d1e83518b5..93e185f2c9 100644
--- a/meta/classes-recipe/cargo.bbclass
+++ b/meta/classes-recipe/cargo.bbclass
@@ -49,7 +49,6 @@ oe_cargo_build () {
49 export RUSTFLAGS="${RUSTFLAGS}" 49 export RUSTFLAGS="${RUSTFLAGS}"
50 bbnote "Using rust targets from ${RUST_TARGET_PATH}" 50 bbnote "Using rust targets from ${RUST_TARGET_PATH}"
51 bbnote "cargo = $(which ${CARGO})" 51 bbnote "cargo = $(which ${CARGO})"
52 bbnote "rustc = $(which ${RUSTC})"
53 bbnote "${CARGO} build ${CARGO_BUILD_FLAGS} $@" 52 bbnote "${CARGO} build ${CARGO_BUILD_FLAGS} $@"
54 "${CARGO}" build ${CARGO_BUILD_FLAGS} "$@" 53 "${CARGO}" build ${CARGO_BUILD_FLAGS} "$@"
55} 54}