diff options
author | Anuj Mittal <anuj.mittal@intel.com> | 2019-07-18 12:42:00 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-07-19 08:41:40 +0100 |
commit | 67ff99f32a56d547a2e8fc425548674e16a01ee6 (patch) | |
tree | 6f353f7d22ab7675ef925c40b17cea59c04aa361 /meta/recipes-connectivity/openssl | |
parent | 7ad1653264b087615cf21632cd7884200eecf603 (diff) | |
download | poky-67ff99f32a56d547a2e8fc425548674e16a01ee6.tar.gz |
openssl: set CVE vendor to openssl
Differentiate it from openssl gem for Ruby.
(From OE-Core rev: 2ec481b19d6c9c20ce6573de77ae89e576d6b8cb)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/openssl')
-rw-r--r-- | meta/recipes-connectivity/openssl/openssl_1.1.1c.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/openssl/openssl_1.1.1c.bb b/meta/recipes-connectivity/openssl/openssl_1.1.1c.bb index af43d6992c..377adb1785 100644 --- a/meta/recipes-connectivity/openssl/openssl_1.1.1c.bb +++ b/meta/recipes-connectivity/openssl/openssl_1.1.1c.bb | |||
@@ -201,3 +201,5 @@ RRECOMMENDS_libcrypto += "openssl-conf" | |||
201 | RDEPENDS_${PN}-ptest += "openssl-bin perl perl-modules bash" | 201 | RDEPENDS_${PN}-ptest += "openssl-bin perl perl-modules bash" |
202 | 202 | ||
203 | BBCLASSEXTEND = "native nativesdk" | 203 | BBCLASSEXTEND = "native nativesdk" |
204 | |||
205 | CVE_PRODUCT = "openssl:openssl" | ||