Merge pull request #167 from meta-rust/add-correct-layer-config

layer.conf: add the openembedded-layer to the depends since we use libgit2 from there
This commit is contained in:
Doug Goldstein
2017-10-03 22:00:31 -05:00
committed by GitHub
2 changed files with 3 additions and 1 deletions

View File

@@ -8,5 +8,7 @@ BBFILE_COLLECTIONS += "rust-layer"
BBFILE_PATTERN_rust-layer := "^${LAYERDIR}/"
BBFILE_PRIORITY_rust-layer = "7"
LAYERDEPENDS_rust-layer = "core openembedded-layer"
# Override security flags
require conf/distro/include/rust_security_flags.inc

View File

@@ -1,4 +1,4 @@
#!/bin/bash -e
#!/bin/bash -x
# Only attempt to unmount if the directory is already mounted
if mountpoint -q `pwd`/build; then