cargo_util: prefix DEPENDS_append with space
This commit is contained in:
committed by
Steven Walter
parent
12725a2247
commit
da71abbef1
@@ -11,7 +11,7 @@ export CARGO_HOME = "${WORKDIR}/cargo_home"
|
|||||||
BASEDEPENDS_append = " cargo-native"
|
BASEDEPENDS_append = " cargo-native"
|
||||||
|
|
||||||
# Ensure we get the right rust variant
|
# Ensure we get the right rust variant
|
||||||
DEPENDS_append_class-target = "virtual/${TARGET_PREFIX}rust"
|
DEPENDS_append_class-target = " virtual/${TARGET_PREFIX}rust"
|
||||||
|
|
||||||
# Cargo only supports in-tree builds at the moment
|
# Cargo only supports in-tree builds at the moment
|
||||||
B = "${S}"
|
B = "${S}"
|
||||||
|
|||||||
Reference in New Issue
Block a user