libmad: extend CVE_PRODUCT

Catch more CVEs by adding additional product per

sqlite> select vendor, product, count(*) from products where product like '%libmad%' group by vendor, product;
underbit|libmad|1
underbit|mad_libmad|4

Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Peter Marko 2025-03-21 00:14:02 +01:00 committed by Khem Raj
parent ad2687be02
commit 0dcbb0b5d4
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -21,6 +21,8 @@ SRC_URI:append:toolchain-clang = " file://0004-Remove-clang-unsupported-compiler
SRC_URI[sha256sum] = "bbfac3ed6bfbc2823d3775ebb931087371e142bb0e9bb1bee51a76a6e0078690" SRC_URI[sha256sum] = "bbfac3ed6bfbc2823d3775ebb931087371e142bb0e9bb1bee51a76a6e0078690"
CVE_PRODUCT:append = " mad_libmad"
S = "${WORKDIR}/libmad-${PV}" S = "${WORKDIR}/libmad-${PV}"
inherit autotools pkgconfig inherit autotools pkgconfig