mirror of
https://invent.kde.org/packaging/yocto-meta-kf5.git
synced 2026-01-29 21:08:43 +01:00
22 lines
556 B
Plaintext
22 lines
556 B
Plaintext
# SPDX-FileCopyrightText: none
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
# 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"
|
|
|
|
LICENSE_PATH += "${LAYERDIR}/conf/licenses"
|
|
|
|
LAYERSERIES_COMPAT_kf5 = "sumo thud warrior zeus dunfell"
|