From 4412ebabc0432e64029d62bef96ffaa4354bf03b Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Thu, 3 Mar 2022 08:43:57 +0000 Subject: [PATCH] layer: use the same priority as the core layer Some of the python3 recipes we carry are already in meta-python layer, but not in all the branches that we support. In order to use the most recent recipe, we need to have same or lower BBFILE_PRIORITY than meta-python. Depending on the branch, meta-python's priority is either same or higher than the core layer's priority. Change-Id: I98c74858c5be69e45a76a45ed10aa1168c614618 Reviewed-by: Mikko Gronoff (cherry picked from commit d36033ca56e96d8843d9e733b50759f237021694) Reviewed-by: Qt Cherry-pick Bot --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index e4e6596..c08dea9 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -21,7 +21,7 @@ BBFILE_PATTERN_qt6-layer := "^${LAYERDIR}/" # choosing carefully how this layer interacts with all of the # other layers. -BBFILE_PRIORITY_qt6-layer = "7" +BBFILE_PRIORITY_qt6-layer = "${BBFILE_PRIORITY_core}" # This should only be incremented on significant changes that will # cause compatibility issues with other layers