summaryrefslogtreecommitdiffstats
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
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>
-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 c235547fe..c7a0562db 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"
17 17
18S = "${WORKDIR}/git" 18S = "${WORKDIR}/git"
19 19
20CVE_PRODUCT = ""
21
20PACKAGECONFIG ??= "instrumentation aligned" 22PACKAGECONFIG ??= "instrumentation aligned"
21 23
22PACKAGECONFIG:remove:mipsarch = "instrumentation" 24PACKAGECONFIG:remove:mipsarch = "instrumentation"