mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-13 17:39:57 +00:00
yasm: add alternative CVE_PRODUCT
There are multiple vendors for yasm:
$ sqlite3 ./nvdcve_2-2.db "select distinct vendor, product from products where product = 'yasm';"
tortall|yasm
yasm_project|yasm
Both products refer to the same application
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 93f85e4fd2)
This commit is contained in:
@@ -30,3 +30,5 @@ do_configure:prepend() {
|
||||
# Don't include $CC (which includes path to sysroot) in generated header.
|
||||
sed -i -e "s/^echo \"\/\* generated \$ac_cv_stdint_message \*\/\" >>\$ac_stdint$"// ${S}/m4/ax_create_stdint_h.m4
|
||||
}
|
||||
|
||||
CVE_PRODUCT += "tortall:yasm yasm_project:yasm"
|
||||
|
||||
Reference in New Issue
Block a user