From 3b5bff509062e513ef731ee3fd21719982ab2765 Mon Sep 17 00:00:00 2001 From: Andreas Cord-Landwehr Date: Sat, 30 Jan 2021 16:13:35 +0100 Subject: [PATCH] Make meta-kf5 dependency explicit Produce a bitbake error when meta-kf5 is missing from the Yocto configuration. --- conf/layer.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/layer.conf b/conf/layer.conf index 3e8bc81..cb73f87 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -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"