mirror of
https://github.com/schnitzeltony/meta-musicians.git
synced 2026-01-29 17:18:41 +01:00
libspecbleach: Fix license checksum/packaging
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user