Rework ASSUME_PROVIDED and notes

This commit is contained in:
Cody P Schafer
2014-12-02 16:40:45 -05:00
parent c5dbc8ce28
commit 3cf2b9e42c
3 changed files with 20 additions and 10 deletions
+5
View File
@@ -7,3 +7,8 @@ BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend"
BBFILE_COLLECTIONS += "rust-layer"
BBFILE_PATTERN_rust-layer := "^${LAYERDIR}/"
BBFILE_PRIORITY_rust-layer = "7"
# cargo generally doesn't work with the latest rust. Default to using the
# system's own cargo for cargo-native.
CARGO_PROVIDED = "cargo-native"
ASSUME_PROVIDED += "${CARGO_PROVIDED}"