aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorBeniamin Sandu <beniaminsandu@gmail.com>2024-04-17 23:31:32 +0100
committerKhem Raj <raj.khem@gmail.com>2024-04-17 23:47:22 -0700
commitffb9e53b12bb62d38a91478ba1ede68256222542 (patch)
tree35ccdbab071d9cc496f9a310a3c8a5e9407e7bc3 /meta-oe
parent8d6078b19b9fd558d9c37f01f67c658996581aa2 (diff)
downloadmeta-openembedded-ffb9e53b12bb62d38a91478ba1ede68256222542.tar.gz
libtorrent: remove incorrect CVE mapping
The CVE_PRODUCT variable is assigned automatically to BPN. Unset it for this recipe so the CVEs can be checked against the correct recipe. Signed-off-by: Beniamin Sandu <beniaminsandu@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-connectivity/libtorrent/libtorrent_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/libtorrent/libtorrent_git.bb b/meta-oe/recipes-connectivity/libtorrent/libtorrent_git.bb
index c235547fea..c7a0562db4 100644
--- a/meta-oe/recipes-connectivity/libtorrent/libtorrent_git.bb
+++ b/meta-oe/recipes-connectivity/libtorrent/libtorrent_git.bb
@@ -17,6 +17,8 @@ CVE_STATUS[CVE-2009-1760] = "backported-patch: patched in our product"
S = "${WORKDIR}/git"
+CVE_PRODUCT = ""
+
PACKAGECONFIG ??= "instrumentation aligned"
PACKAGECONFIG:remove:mipsarch = "instrumentation"