mirror of
https://invent.kde.org/packaging/yocto-meta-kf5.git
synced 2026-01-29 21:08:43 +01:00
18 lines
565 B
PHP
18 lines
565 B
PHP
# SPDX-FileCopyrightText: 2017-2020 Volker Krause <vkrause@kde.org>
|
|
# SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
LICENSE = "BSD-3-Clause & (LGPL-2.1-only | LGPL-3.0-only | LicenseRef-KDE-Accepted-LGPL)"
|
|
PR = "r0"
|
|
|
|
DEPENDS = "qtbase modemmanager"
|
|
|
|
require modemmanager-qt_metainfo.inc
|
|
inherit cmake_kf5
|
|
inherit reuse_license_checksums
|
|
#The Cmake files include the sysroot directory to pipewire and spa, delete the actual sysroot from the path.
|
|
inherit cmake_sysroot
|
|
|
|
RDEPENDS:${PN} += "modemmanager"
|