diff --git a/recipes-support/qca.inc b/recipes-support/qca.inc deleted file mode 100644 index 4ff96fe..0000000 --- a/recipes-support/qca.inc +++ /dev/null @@ -1,33 +0,0 @@ -# SPDX-FileCopyrightText: 2019-2020 Volker Krause -# -# SPDX-License-Identifier: MIT - -DESCRIPTION = "QCA" -HOMEPAGE = "https://invent.kde.org/libraries/qca/" -LICENSE = "LGPL-2.1" -LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" -PR = "r0" - -DEPENDS = "qtbase" - -SRC_URI = "git://invent.kde.org/libraries/${BPN};nobranch=1;protocol=https" -S = "${WORKDIR}/git" - -inherit cmake_qt5 -inherit pkgconfig - -do_install:prepend() { - if [ "0" -ne $(find . -name \*.cmake | grep _usr | wc -l) ]; then - sed -i 's/\"\/usr\//\"\$\{OE_QCA_PATH_HOST_ROOT\}\/usr\//g' $(find . -name "*.cmake" | grep _usr) - sed -i 's/\;\/usr\//\;\$\{OE_QCA_PATH_HOST_ROOT\}\/usr\//g' $(find . -name "*.cmake" | grep _usr) - fi -} - -FILES:${PN} += " \ - ${libdir}/qca-qt5/crypto/libqca-*.so \ -" - -FILES:${PN}-dev += " \ - ${prefix}/mkspecs/features/* \ - ${libdir}/cmake/Qca-qt5/*.cmake \ -" diff --git a/recipes-support/qca_2.3.4.bb b/recipes-support/qca_2.3.4.bb deleted file mode 100644 index 6a97c11..0000000 --- a/recipes-support/qca_2.3.4.bb +++ /dev/null @@ -1,5 +0,0 @@ -# SPDX-FileCopyrightText: none -# SPDX-License-Identifier: CC0-1.0 - -require ${BPN}.inc -SRCREV = "c4c772094d78160464aaefa5208230436c9daa12"