mirror of
https://invent.kde.org/packaging/yocto-meta-kf5.git
synced 2026-07-03 11:13:39 +02:00
Reviewers: cordlandwehr Reviewed By: cordlandwehr Differential Revision: https://phabricator.kde.org/D7000
15 lines
385 B
Plaintext
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"
|