From 0b79fcd41f9e799499bc4e2ce752fa2f70c670f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Mon, 9 Mar 2020 23:31:54 +0100 Subject: [PATCH] qca: upgrade 2.2.1+ -> 2.3.0 / fetch kde tarball MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-kde/other/qca/{qca_git.bb => qca.bb} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename recipes-kde/other/qca/{qca_git.bb => qca.bb} (77%) diff --git a/recipes-kde/other/qca/qca_git.bb b/recipes-kde/other/qca/qca.bb similarity index 77% rename from recipes-kde/other/qca/qca_git.bb rename to recipes-kde/other/qca/qca.bb index f846737e..1eaf080f 100644 --- a/recipes-kde/other/qca/qca_git.bb +++ b/recipes-kde/other/qca/qca.bb @@ -14,12 +14,12 @@ DEPENDS += " \ " SRC_URI = " \ - git://github.com/KDE/qca.git \ + https://download.kde.org/stable/${BPN}/${PV}/${BP}.tar.xz \ file://0001-use-pkg-config-to-find-libgcrypt.patch \ " -SRCREV = "db5f82be2ad72658f7b575ebd1e97f4748033d04" -S = "${WORKDIR}/git" -PV = "2.2.1+git${SRCPV}" +SRC_URI[md5sum] = "139829d029fe70248f0b059b43dc4316" +SRC_URI[sha256sum] = "1d68ef41a1b61dc9786beb923a68902a6276a77cced5e5ea7ff985ef113932d7" +PV = "2.3.0" EXTRA_OECMAKE += " \ -DQCA_FEATURE_INSTALL_DIR=${libdir}${QT_DIR_NAME}/mkspecs/features \