mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-17 22:31:17 +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 93f85e4fd2fb124cb047f6b378cf0052a1f102aa)
This commit is contained in:
parent
8b438a9d7b
commit
b6eb044866
@ -30,3 +30,5 @@ do_configure:prepend() {
|
|||||||
# Don't include $CC (which includes path to sysroot) in generated header.
|
# 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
|
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"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user