Files
meta-musicians/conf/layer.conf
Andreas Müller 750a9937b6 spotify / spotify-qt: Add only if meta-rust is in layers
Otherwise meta-rust is a hard dependency

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2021-05-15 17:49:00 +02:00

29 lines
716 B
Plaintext

# We have a conf and classes directory, append to BBPATH
BBPATH .= ":${LAYERDIR}"
# recipes
BBFILES += "${LAYERDIR}/recipes-*/*.bb ${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*/*.bb"
# appends
BBFILES += "${LAYERDIR}/appends/*/*.bbappend"
BBFILES_DYNAMIC += "\
rust-layer:${LAYERDIR}/dynamic-layers/meta-rust/*.bb \
"
BBFILE_COLLECTIONS += "meta-musicians"
BBFILE_PATTERN_meta-musicians := "^${LAYERDIR}/"
BBFILE_PRIORITY_meta-musicians = "20"
LAYERDEPENDS_meta-musicians = " \
core \
openembedded-layer \
multimedia-layer \
networking-layer \
xfce-layer \
gnome-layer \
meta-python \
qt5-layer \
"
LAYERSERIES_COMPAT_meta-musicians = "dunfell gatesgarth hardknott"