summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2025-11-30 20:44:08 +0100
committerGyorgy Sarvari <skandigraun@gmail.com>2025-11-30 20:48:01 +0100
commitb6eb044866f01a79e8ee3bf3c613123a2a75c39f (patch)
treeffa849e3d6563fbc8edeb93d101cec334c07ebbc
parent8b438a9d7bb259b94244fc61ef7281404e506674 (diff)
downloadmeta-openembedded-b6eb044866f01a79e8ee3bf3c613123a2a75c39f.tar.gz
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)
-rw-r--r--meta-oe/recipes-devtools/yasm/yasm_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/yasm/yasm_git.bb b/meta-oe/recipes-devtools/yasm/yasm_git.bb
index e6e4faa8a9..d1c37cb2ae 100644
--- a/meta-oe/recipes-devtools/yasm/yasm_git.bb
+++ b/meta-oe/recipes-devtools/yasm/yasm_git.bb
@@ -30,3 +30,5 @@ do_configure:prepend() {
30 # Don't include $CC (which includes path to sysroot) in generated header. 30 # Don't include $CC (which includes path to sysroot) in generated header.
31 sed -i -e "s/^echo \"\/\* generated \$ac_cv_stdint_message \*\/\" >>\$ac_stdint$"// ${S}/m4/ax_create_stdint_h.m4 31 sed -i -e "s/^echo \"\/\* generated \$ac_cv_stdint_message \*\/\" >>\$ac_stdint$"// ${S}/m4/ax_create_stdint_h.m4
32} 32}
33
34CVE_PRODUCT += "tortall:yasm yasm_project:yasm"