layer.conf: add missing layer dependencies

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2019-03-18 00:14:10 +01:00
parent 38f5aaba2f
commit 053e5ff299

View File

@@ -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"