Files
meta-qt5-extra/conf/layer.conf
Peter Tworek 15603e3007 layer.conf: Add multimedia-layer to LAYERDEPENDS. (#29)
Multiple recipes require fluidsynth which is provided by
multimedia-layer.

Signed-off-by: Piotr Tworek <tworaz@tworaz.net>
2017-05-18 21:51:15 +02:00

16 lines
556 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}/extends-*/*.bb ${LAYERDIR}/extends-*/*.bbappend"
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"
LICENSE_PATH += "${LAYERDIR}/files/licenses"