diff --git a/conf/layer.conf b/conf/layer.conf index b80b48e5..d51122f3 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -10,7 +10,15 @@ BBFILE_COLLECTIONS += "meta-qt5-extra" BBFILE_PATTERN_meta-qt5-extra := "^${LAYERDIR}/" BBFILE_PRIORITY_meta-qt5-extra = "20" -LAYERDEPENDS_meta-qt5-extra = "core qt5-layer openembedded-layer networking-layer multimedia-layer" +LAYERDEPENDS_meta-qt5-extra = " \ + core \ + qt5-layer \ + openembedded-layer \ + networking-layer \ + multimedia-layer \ + gnome-layer \ + meta-python \ +" LAYERSERIES_COMPAT_meta-qt5-extra = "sumo thud" LICENSE_PATH += "${LAYERDIR}/files/licenses"