Merge pull request #3 from starlab-io/misc-updates

Move license files and update debug message
This commit is contained in:
Jonathan Creekmore
2015-11-17 09:56:26 -06:00
3 changed files with 3 additions and 3 deletions

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} "$@"
}

View File

@@ -8,7 +8,7 @@ BBFILE_COLLECTIONS += "rust-layer"
BBFILE_PATTERN_rust-layer := "^${LAYERDIR}/"
BBFILE_PRIORITY_rust-layer = "7"
LICENSE_PATH += "${LAYERDIR}/files/common-licenses"
LICENSE_PATH += "${LAYERDIR}/licenses"
# Override security flags
require conf/distro/include/rust_security_flags.inc