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 \ -"