From 0e0d25b1bb019702bc46ce861395cde3fa196f17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Thu, 9 Feb 2017 16:18:44 +0100 Subject: [PATCH] layer.conf: Increase layer priority higher than meta-luneui MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit meta-luneui builds a VERY old extra-cmake-modules causing trouble here Signed-off-by: Andreas Müller --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index 1e3f3ddf..2fdce727 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -8,7 +8,7 @@ BBFILES += "${LAYERDIR}/extends-*/*.bb ${LAYERDIR}/extends-*/*.bbappend" BBFILE_COLLECTIONS += "meta-qt5-extra" BBFILE_PATTERN_meta-qt5-extra := "^${LAYERDIR}/" -BBFILE_PRIORITY_meta-qt5-extra = "7" +BBFILE_PRIORITY_meta-qt5-extra = "20" LAYERDEPENDS_meta-qt5-extra = "core qt5-layer openembedded-layer networking-layer"