[yocto] [meta-mingw][patch 1/2] layer.conf: Add dependency on oe-core
Mark Hatle
mark.hatle at windriver.com
Wed Nov 23 09:34:12 PST 2016
Signed-off-by: Mark Hatle <mark.hatle at windriver.com>
---
conf/layer.conf | 2 ++
1 file changed, 2 insertions(+)
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"
--
2.9.3
More information about the yocto
mailing list