Warning, /packaging/yocto-meta-kf5/recipes-kf5/tier1/prison.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 REUSE_LICENSECHECK_WHITELIST = "CC0-1.0"
0007 LICENSE = "MIT & BSD-3-Clause"
0008 PR = "r0"
0009 
0010 DEPENDS = "qtbase qtdeclarative qrencode libdmtx"
0011 
0012 require prison_metainfo.inc
0013 inherit cmake_kf5
0014 inherit reuse_license_checksums
0015 
0016 FILES:${PN} += " \
0017     ${libdir}/qml/org/kde/prison/ \
0018 "