summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@windriver.com>2016-11-23 10:49:07 -0600
committerJuro Bystricky <juro.bystricky@intel.com>2017-01-13 12:53:06 -0800
commit58dda8440c1943c15ee750eb40f0fc651e316f51 (patch)
tree6adb29cc53d5f585d56f61431878ec8e2cd3c354
parent979e066ab52949d37c001276d08f8cf047a580c4 (diff)
layer.conf: Add dependency on oe-core
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
-rw-r--r--conf/layer.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index a32fa82..273e42f 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -7,3 +7,5 @@ BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend"
BBFILE_COLLECTIONS += "meta-mingw"
BBFILE_PATTERN_meta-mingw := "^${LAYERDIR}/"
BBFILE_PRIORITY_meta-mingw = "8"
+
+LAYERDEPENDS_meta-mingw = "core"