From 58dda8440c1943c15ee750eb40f0fc651e316f51 Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Wed, 23 Nov 2016 10:49:07 -0600 Subject: layer.conf: Add dependency on oe-core Signed-off-by: Mark Hatle --- 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" -- cgit v1.2.3-54-g00ecf