rework layer dependencies

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2019-03-17 21:50:10 +01:00
parent b568b8196f
commit 2952031690
2 changed files with 11 additions and 14 deletions

14
README
View File

@@ -2,19 +2,7 @@ OE layer containing digital audio workstation and plugin recipes
Most recipes formerly lived in [1]
This layer depends on:
URI: git://git.openembedded.org/openembedded-core
branch: master
revision: HEAD
URI: git://github.com/openembedded/meta-oe.git
branch: master
revision: HEAD
URI: git://github.com/meta-qt5/meta-qt5.git
branch: master
revision: HEAD
Layer dependencies are set in conf/layer.conf
Layer maintainer: Andreas Müller <schnitzeltony@gmail.com>

View File

@@ -10,5 +10,14 @@ BBFILE_COLLECTIONS += "meta-musicians"
BBFILE_PATTERN_meta-musicians := "^${LAYERDIR}/"
BBFILE_PRIORITY_meta-musicians = "20"
LAYERDEPENDS_meta-musicians = "core qt5-layer openembedded-layer networking-layer multimedia-layer xfce-layer"
LAYERDEPENDS_meta-musicians = " \
core \
openembedded-layer \
multimedia-layer \
networking-layer \
xfce-layer \
gnome-layer \
meta-python \
qt5-layer \
"
LAYERSERIES_COMPAT_meta-musicians = "thud"