diff options
author | Davide Gardenal <davidegarde2000@gmail.com> | 2022-07-06 09:59:57 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-07-06 05:08:49 -0700 |
commit | e6785da68edab66b9518aef0162732d1ea9ce24c (patch) | |
tree | 996465b450e88d5e4f8dc6d19fe34ec9a012ea5f | |
parent | 85270479098aaeee91ea687011e2e121d940b2e5 (diff) | |
download | meta-openembedded-e6785da68edab66b9518aef0162732d1ea9ce24c.tar.gz |
thrift: add CVE_PRODUCT to fix CVE reporting
Without CVE_PRODUCT set to apache:thrift cve-check was catching
CVEs form facebook:thrift that are not related with this product.
Now the report is correct.
Signed-off-by: Davide Gardenal <davide.gardenal@huawei.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-connectivity/thrift/thrift_0.16.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/thrift/thrift_0.16.0.bb b/meta-oe/recipes-connectivity/thrift/thrift_0.16.0.bb index 2d601a2f9d..8141abef51 100644 --- a/meta-oe/recipes-connectivity/thrift/thrift_0.16.0.bb +++ b/meta-oe/recipes-connectivity/thrift/thrift_0.16.0.bb | |||
@@ -15,6 +15,8 @@ SRC_URI[sha256sum] = "f460b5c1ca30d8918ff95ea3eb6291b3951cf518553566088f3f2be898 | |||
15 | 15 | ||
16 | BBCLASSEXTEND = "native nativesdk" | 16 | BBCLASSEXTEND = "native nativesdk" |
17 | 17 | ||
18 | CVE_PRODUCT = "apache:thrift" | ||
19 | |||
18 | inherit pkgconfig cmake python3native | 20 | inherit pkgconfig cmake python3native |
19 | 21 | ||
20 | export STAGING_INCDIR | 22 | export STAGING_INCDIR |