diff mbox series

[meta-oe] libtorrent: remove incorrect CVE mapping

Message ID 20240417223132.893356-1-beniaminsandu@gmail.com
State Under Review
Headers show
Series [meta-oe] libtorrent: remove incorrect CVE mapping | expand

Commit Message

Beniamin Sandu April 17, 2024, 10:31 p.m. UTC
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>
---
 meta-oe/recipes-connectivity/libtorrent/libtorrent_git.bb | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/meta-oe/recipes-connectivity/libtorrent/libtorrent_git.bb b/meta-oe/recipes-connectivity/libtorrent/libtorrent_git.bb
index 38f5f63fc..6ddced57e 100644
--- a/meta-oe/recipes-connectivity/libtorrent/libtorrent_git.bb
+++ b/meta-oe/recipes-connectivity/libtorrent/libtorrent_git.bb
@@ -15,6 +15,8 @@  UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)"
 
 S = "${WORKDIR}/git"
 
+CVE_PRODUCT = ""
+
 PACKAGECONFIG ??= "instrumentation aligned"
 
 PACKAGECONFIG:remove:mipsarch = "instrumentation"