mirror of
https://invent.kde.org/packaging/yocto-meta-kf5.git
synced 2026-01-29 21:08:43 +01:00
23 lines
659 B
PHP
23 lines
659 B
PHP
# SPDX-FileCopyrightText: 2014 Johan Thelin <johan.thelin@pelagicore.com>
|
|
# SPDX-FileCopyrightText: 2017-2020 Volker Krause <vkrause@kde.org>
|
|
# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
# the licenses are only options for some files
|
|
REUSE_LICENSECHECK_WHITELIST = "LicenseRef-KDE-Accepted-GPL LGPL-3.0"
|
|
LICENSE = "LGPL-2.0-only"
|
|
PR = "r0"
|
|
|
|
DEPENDS = " \
|
|
qtbase \
|
|
kcoreaddons \
|
|
kcoreaddons-native \
|
|
kwidgetsaddons \
|
|
${@bb.utils.contains("DISTRO_FEATURES", "x11", "qtx11extras", "", d)} \
|
|
"
|
|
|
|
require kjobwidgets_metainfo.inc
|
|
inherit cmake_kf5
|
|
inherit reuse_license_checksums
|