Files
meta-kf5/conf/layer.conf
Volker Krause cf312af286 Add KNotification recipe
Reviewers: cordlandwehr

Reviewed By: cordlandwehr

Differential Revision: https://phabricator.kde.org/D7000
2017-07-31 20:41:05 +02:00

15 lines
385 B
Plaintext

# We have a conf and classes directory, add to BBPATH
BBPATH .= ":${LAYERDIR}"
# We have recipes-* directories, add to BBFILES
BBFILES += " \
${LAYERDIR}/recipes-*/*.bb \
${LAYERDIR}/recipes-*/*/*.bb \
${LAYERDIR}/recipes-*/*.bbappend \
${LAYERDIR}/recipes-*/*/*.bbappend \
"
BBFILE_COLLECTIONS += "kf5"
BBFILE_PATTERN_kf5 = "^${LAYERDIR}/"
BBFILE_PRIORITY_kf5 = "6"