Warning, /packaging/yocto-meta-kf6/recipes-kf6/tier1/extra-cmake-modules.inc is written in an unsupported language. File is not indexed.

0001 # SPDX-FileCopyrightText: 2017-2020 Volker Krause <vkrause@kde.org>
0002 # SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org>
0003 #
0004 # SPDX-License-Identifier: MIT
0005 
0006 LICENSE = "BSD-2-Clause & BSD-3-Clause & MIT"
0007 PR = "r0"
0008 
0009 DEPENDS = "cmake-native qttools qtbase-native qttools-native"
0010 
0011 require extra-cmake-modules_metainfo.inc
0012 inherit qt6-cmake
0013 inherit reuse_license_checksums
0014 
0015 CLEANBROKEN = "1"
0016 
0017 INSANE_SKIP:${PN}-dev = "file-rdeps"
0018 RDEPENDS:${PN}-dev = ""
0019 
0020 FILES:${PN}-dev += " ${datadir}/ECM"
0021 
0022 BBCLASSEXTEND = "native nativesdk"