From 05fd7d83ff35c7d3f6b6decf3b9ab92ed6ad92f8 Mon Sep 17 00:00:00 2001 From: Gyorgy Sarvari Date: Sun, 30 Nov 2025 21:35:04 +0100 Subject: [PATCH] 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 Signed-off-by: Khem Raj (cherry picked from commit 93f85e4fd2fb124cb047f6b378cf0052a1f102aa) Signed-off-by: Anuj Mittal --- meta-oe/recipes-devtools/yasm/yasm_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-devtools/yasm/yasm_git.bb b/meta-oe/recipes-devtools/yasm/yasm_git.bb index 99717d3a32..71d3c7e47e 100644 --- a/meta-oe/recipes-devtools/yasm/yasm_git.bb +++ b/meta-oe/recipes-devtools/yasm/yasm_git.bb @@ -34,3 +34,4 @@ do_configure:prepend() { 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"