diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2019-05-05 14:12:32 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-05-08 12:15:17 +0100 |
commit | 918131d4530dd05ffa274aaf798d8c74e847448d (patch) | |
tree | 2a25515608a01babafe23b1a90e3a33754a9c65f | |
parent | 9bdb6cfb8a92c487b52908791a1b449d081851d0 (diff) | |
download | poky-918131d4530dd05ffa274aaf798d8c74e847448d.tar.gz |
ghostscript: set CVE_PRODUCT
(From OE-Core rev: 721e69aa12dd9ee22618ef13f29fb6d28eeab9af)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-extended/ghostscript/ghostscript_9.26.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-extended/ghostscript/ghostscript_9.26.bb b/meta/recipes-extended/ghostscript/ghostscript_9.26.bb index bb32347880..2630084a07 100644 --- a/meta/recipes-extended/ghostscript/ghostscript_9.26.bb +++ b/meta/recipes-extended/ghostscript/ghostscript_9.26.bb | |||
@@ -136,3 +136,6 @@ BBCLASSEXTEND = "native" | |||
136 | 136 | ||
137 | # ghostscript does not supports "arc" | 137 | # ghostscript does not supports "arc" |
138 | COMPATIBLE_HOST = "^(?!arc).*" | 138 | COMPATIBLE_HOST = "^(?!arc).*" |
139 | |||
140 | # some entries in NVD uses gpl_ghostscript | ||
141 | CVE_PRODUCT = "ghostscript gpl_ghostscript" | ||