diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2016-11-23 10:49:07 -0600 |
---|---|---|
committer | Juro Bystricky <juro.bystricky@intel.com> | 2017-01-13 12:53:06 -0800 |
commit | 58dda8440c1943c15ee750eb40f0fc651e316f51 (patch) | |
tree | 6adb29cc53d5f585d56f61431878ec8e2cd3c354 /conf | |
parent | 979e066ab52949d37c001276d08f8cf047a580c4 (diff) | |
download | meta-mingw-58dda8440c1943c15ee750eb40f0fc651e316f51.tar.gz |
layer.conf: Add dependency on oe-core
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/layer.conf | 2 |
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" | |||
7 | BBFILE_COLLECTIONS += "meta-mingw" | 7 | BBFILE_COLLECTIONS += "meta-mingw" |
8 | BBFILE_PATTERN_meta-mingw := "^${LAYERDIR}/" | 8 | BBFILE_PATTERN_meta-mingw := "^${LAYERDIR}/" |
9 | BBFILE_PRIORITY_meta-mingw = "8" | 9 | BBFILE_PRIORITY_meta-mingw = "8" |
10 | |||
11 | LAYERDEPENDS_meta-mingw = "core" | ||