Warning, /packaging/yocto-meta-kf5/recipes-kf5/tier1/karchive.inc is written in an unsupported language. File is not indexed.
0001 # SPDX-FileCopyrightText: 2014 Johan Thelin <johan.thelin@pelagicore.com> 0002 # SPDX-FileCopyrightText: 2014 Erik Botö <erik.boto@pelagicore.com> 0003 # SPDX-FileCopyrightText: 2016 Sébastien Taylor <sebastien@au-zone.com> 0004 # SPDX-FileCopyrightText: 2017-2020 Volker Krause <vkrause@kde.org> 0005 # SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org> 0006 # 0007 # SPDX-License-Identifier: MIT 0008 0009 # whitelist licenses are all compatible with LGPL-2.0+ and do not add additional restrictions 0010 REUSE_LICENSECHECK_WHITELIST = "LGPL-2.0 LGPL-3.0 LicenseRef-KDE-Accepted-LGPL" 0011 LICENSE = "BSD-2-Clause & LGPL-2.0-or-later" 0012 PR = "r0" 0013 0014 DEPENDS = "zlib bzip2 xz qtbase" 0015 0016 require karchive_metainfo.inc 0017 inherit cmake_kf5 0018 inherit reuse_license_checksums