From 004d75949a3faf6351bd6db5a881cdc64c58c458 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sun, 12 Jun 2022 23:00:06 +0200 Subject: [PATCH] libspecbleach: Fix license checksum/packaging MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-musicians/noise-repellent/libspecbleach.bb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/recipes-musicians/noise-repellent/libspecbleach.bb b/recipes-musicians/noise-repellent/libspecbleach.bb index 4a88ced..dee24e4 100644 --- a/recipes-musicians/noise-repellent/libspecbleach.bb +++ b/recipes-musicians/noise-repellent/libspecbleach.bb @@ -1,7 +1,7 @@ SUMMARY = "C library for audio noise reduction and other spectral effects" HOMEPAGE = "https://github.com/lucianodato/libspecbleach" LICENSE = "LGPL-2.1-only" -LIC_FILES_CHKSUM = "file://LICENSE;md5=e6a600fd5e1d9cbde2d983680233ad02" +LIC_FILES_CHKSUM = "file://LICENSE;md5=1803fa9c2c3ce8cb06b4861d75310742" inherit meson pkgconfig @@ -15,3 +15,6 @@ SRC_URI = " \ " SRCREV = "49249a3c133a29686358c10c0cf68d2d826e8f0d" S = "${WORKDIR}/git" + +FILES_SOLIBSDEV = "" +FILES:${PN} += "${libdir}/libspecbleach.so"