mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 22:35:25 +01:00
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:
parent
ad2687be02
commit
0dcbb0b5d4
|
|
@ -21,6 +21,8 @@ SRC_URI:append:toolchain-clang = " file://0004-Remove-clang-unsupported-compiler
|
|||
|
||||
SRC_URI[sha256sum] = "bbfac3ed6bfbc2823d3775ebb931087371e142bb0e9bb1bee51a76a6e0078690"
|
||||
|
||||
CVE_PRODUCT:append = " mad_libmad"
|
||||
|
||||
S = "${WORKDIR}/libmad-${PV}"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user