Warning, /packaging/yocto-meta-kf5/recipes-kf5/tier1/bluez-qt.inc is written in an unsupported language. File is not indexed.
0001 # SPDX-FileCopyrightText: 2017-2020 Volker Krause <vkrause@kde.org> 0002 # SPDX-FileCopyrightText: 2019 Alistair Francis <alistair.francis@wdc.com> 0003 # SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org> 0004 # 0005 # SPDX-License-Identifier: MIT 0006 0007 LICENSE = "LGPL-2.1-or-later & (LGPL-2.1-only | LGPL-3.0-only | LicenseRef-KDE-Accepted-LGPL)" 0008 PR = "r0" 0009 0010 DEPENDS = "qtbase" 0011 0012 require bluez-qt_metainfo.inc 0013 inherit cmake_kf5 0014 inherit reuse_license_checksums 0015 0016 EXTRA_OECMAKE:class-target += " \ 0017 -DUDEV_RULES_INSTALL_DIR=${libdir}/udev/rules.d \ 0018 " 0019 0020 FILES:${PN} += " \ 0021 ${libdir}/qml/org/kde/bluezqt/* \ 0022 " 0023 0024 RDEPENDS:${PN} += "bluez5"