Make meta-kf5 dependency explicit

Produce a bitbake error when meta-kf5 is missing from the Yocto
configuration.
This commit is contained in:
Andreas Cord-Landwehr
2021-01-30 16:13:35 +01:00
parent b884763a12
commit 3b5bff5090

View File

@@ -16,4 +16,5 @@ BBFILE_COLLECTIONS += "kde"
BBFILE_PATTERN_kde = "^${LAYERDIR}/"
BBFILE_PRIORITY_kde = "8"
LAYERDEPENDS_kde += "openembedded-layer kf5"
LAYERSERIES_COMPAT_kde = "zeus dunfell gatesgarth"