Merge pull request #11 from starlab-io/drop-old-workaround
cargo.bbclass: drop old work around
This commit is contained in:
@@ -11,14 +11,9 @@ def cargo_base_dep(d):
|
|||||||
|
|
||||||
BASEDEPENDS_append = " ${@cargo_base_dep(d)}"
|
BASEDEPENDS_append = " ${@cargo_base_dep(d)}"
|
||||||
|
|
||||||
# FIXME: this is a workaround for a misbehavior in cargo when used with quilt.
|
|
||||||
# See https://github.com/rust-lang/cargo/issues/978
|
|
||||||
PATCHTOOL = "patch"
|
|
||||||
|
|
||||||
# Cargo only supports in-tree builds at the moment
|
# Cargo only supports in-tree builds at the moment
|
||||||
B = "${S}"
|
B = "${S}"
|
||||||
|
|
||||||
|
|
||||||
# In case something fails in the build process, give a bit more feedback on
|
# In case something fails in the build process, give a bit more feedback on
|
||||||
# where the issue occured
|
# where the issue occured
|
||||||
export RUST_BACKTRACE = "1"
|
export RUST_BACKTRACE = "1"
|
||||||
|
|||||||
Reference in New Issue
Block a user