summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2019-03-29 15:33:02 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-03-29 08:30:27 +0000
commite61c42ee49029ae8ffec58128dd083031305d9e5 (patch)
tree764ebab4460d57b16a67d1fc894563441d5effc9
parent8995f2c7d6f2f6f760811976af77e949d505a5d8 (diff)
downloadopenembedded-core-contrib-e61c42ee49029ae8ffec58128dd083031305d9e5.tar.gz
nasm: add CVE_PRODUCT
Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/nasm/nasm_2.14.02.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/nasm/nasm_2.14.02.bb b/meta/recipes-devtools/nasm/nasm_2.14.02.bb
index 96536cc577..ecec78d8ec 100644
--- a/meta/recipes-devtools/nasm/nasm_2.14.02.bb
+++ b/meta/recipes-devtools/nasm/nasm_2.14.02.bb
@@ -16,3 +16,5 @@ EXTRA_AUTORECONF += "--exclude=aclocal"
BBCLASSEXTEND = "native"
DEPENDS = "groff-native"
+
+CVE_PRODUCT = "netwide_assembler"