Increase layer priority to 8

This is hight than meta-qt and thus ensures that the
maliit-framework-qt5 package is used from this layer.
This commit is contained in:
Andreas Cord-Landwehr
2021-01-04 20:58:43 +01:00
parent aa6cfdeb16
commit 9a00448f62

View File

@@ -14,6 +14,6 @@ BBFILES += " \
BBFILE_COLLECTIONS += "kde"
BBFILE_PATTERN_kde = "^${LAYERDIR}/"
BBFILE_PRIORITY_kde = "6"
BBFILE_PRIORITY_kde = "8"
LAYERSERIES_COMPAT_kde = "zeus dunfell gatesgarth"