From cec1e318698d828bda251b17816cc78d7f7f3301 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Mon, 16 Aug 2021 22:32:50 +0200 Subject: [PATCH] libkeyfinder: upgrade 2.2.4 -> 2.2.5 and fix build with glibc >= 2.34 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add catch2 to depends to avoid libkeyfinder downloading old catch2 which is causing build errors with glibc >= 2.34 Signed-off-by: Andreas Müller --- recipes-support/libkeyfinder/libkeyfinder.bb | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/recipes-support/libkeyfinder/libkeyfinder.bb b/recipes-support/libkeyfinder/libkeyfinder.bb index 77a9ab2..c927fad 100644 --- a/recipes-support/libkeyfinder/libkeyfinder.bb +++ b/recipes-support/libkeyfinder/libkeyfinder.bb @@ -3,15 +3,10 @@ LICENSE = "GPLv3" LIC_FILES_CHKSUM = "file://LICENSE;md5=1ebbd3e34237af26da5dc08a4e440464" SRC_URI = "git://github.com/mixxxdj/libkeyfinder.git;branch=main;protocol=https" -SRCREV = "99c59aa4eb68071cb5ac8ce0944247a88d417143" -PV = "2.2.4" +SRCREV = "8d4e065ae90f8dbeeded2cc6186767cf99120f8c" +PV = "2.2.5" S = "${WORKDIR}/git" -DEPENDS = "fftw" +DEPENDS = "fftw catch2" inherit cmake - -FILES_SOLIBSDEV = "" -FILES:${PN} += " \ - ${libdir}/libkeyfinder.so \ -"