mirror of
https://invent.kde.org/packaging/yocto-meta-kf5.git
synced 2026-06-30 20:13:40 +02:00
Summary: Upstream yocto master branch requires this as off today Reviewers: #kde_yocto, vkrause Reviewed By: #kde_yocto, vkrause Differential Revision: https://phabricator.kde.org/D20235
17 lines
431 B
Plaintext
17 lines
431 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"
|
|
|
|
LAYERSERIES_COMPAT_kf5 = "sumo thud warrior"
|