libspecbleach: Fix license checksum/packaging

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2022-06-12 23:00:06 +02:00
parent cb3a44c65e
commit 004d75949a

View File

@@ -1,7 +1,7 @@
SUMMARY = "C library for audio noise reduction and other spectral effects" SUMMARY = "C library for audio noise reduction and other spectral effects"
HOMEPAGE = "https://github.com/lucianodato/libspecbleach" HOMEPAGE = "https://github.com/lucianodato/libspecbleach"
LICENSE = "LGPL-2.1-only" LICENSE = "LGPL-2.1-only"
LIC_FILES_CHKSUM = "file://LICENSE;md5=e6a600fd5e1d9cbde2d983680233ad02" LIC_FILES_CHKSUM = "file://LICENSE;md5=1803fa9c2c3ce8cb06b4861d75310742"
inherit meson pkgconfig inherit meson pkgconfig
@@ -15,3 +15,6 @@ SRC_URI = " \
" "
SRCREV = "49249a3c133a29686358c10c0cf68d2d826e8f0d" SRCREV = "49249a3c133a29686358c10c0cf68d2d826e8f0d"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
FILES_SOLIBSDEV = ""
FILES:${PN} += "${libdir}/libspecbleach.so"