Warning, /packaging/yocto-meta-kf5/recipes-support/qca.inc is written in an unsupported language. File is not indexed.

0001 # SPDX-FileCopyrightText: 2019-2020 Volker Krause <vkrause@kde.org>
0002 #
0003 # SPDX-License-Identifier: MIT
0004 
0005 DESCRIPTION = "QCA"
0006 HOMEPAGE = "https://invent.kde.org/libraries/qca/"
0007 LICENSE = "LGPL-2.1-only"
0008 LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
0009 
0010 DEPENDS = " \
0011     botan \
0012     cyrus-sasl \
0013     libgcrypt \
0014     nss \
0015     qtbase \
0016 "
0017 
0018 SRC_URI = "git://invent.kde.org/libraries/${BPN};nobranch=1;protocol=https"
0019 
0020 inherit cmake_kf5
0021 inherit pkgconfig
0022 
0023 EXTRA_OECMAKE += " \
0024     -DQCA_FEATURE_INSTALL_DIR=${libdir}${QT_DIR_NAME}/mkspecs/features \
0025     -DLIB_SUFFIX=${@d.getVar('baselib').replace('lib', '')} \
0026 "
0027 
0028 FILES:${PN} += " \
0029     ${libdir}/qca-qt5/crypto/libqca-*.so \
0030 "
0031 
0032 FILES:${PN}-dev += " \
0033     ${libdir}/mkspecs/features/*  \
0034     ${libdir}/cmake/Qca-qt5/*.cmake \
0035 "