From 59eea14b27365a1603853b45ae506b44b23c1fb0 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Wed, 1 Sep 2021 18:02:21 +0200 Subject: [PATCH] layer.conf: increase priority so we can override recipes from meta-gnome --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index 5dabb01..6afaaf2 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -6,7 +6,7 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend" BBFILE_COLLECTIONS += "wayland" BBFILE_PATTERN_wayland = "^${LAYERDIR}/" -BBFILE_PRIORITY_wayland = "5" +BBFILE_PRIORITY_wayland = "8" LAYERSERIES_COMPAT_wayland = "honister"