summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorBeniamin Sandu <beniaminsandu@gmail.com>2024-04-05 16:13:35 +0100
committerKhem Raj <raj.khem@gmail.com>2024-04-07 08:36:35 -0700
commit78264f8f232c6dda1e39c279c668d85538e2e753 (patch)
treeccc20ee6ca1b092585290115ef09d80fe2087216 /meta-oe
parent880f80650080a12c1eef94e6205c5157057904e1 (diff)
downloadmeta-openembedded-78264f8f232c6dda1e39c279c668d85538e2e753.tar.gz
libtorrent: remove CVE mention
The CVE mentioned in the recipe applies to a different libtorrent library, from: https://github.com/arvidn/libtorrent 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, 0 insertions, 2 deletions
diff --git a/meta-oe/recipes-connectivity/libtorrent/libtorrent_git.bb b/meta-oe/recipes-connectivity/libtorrent/libtorrent_git.bb
index c235547fea..38f5f63fc4 100644
--- a/meta-oe/recipes-connectivity/libtorrent/libtorrent_git.bb
+++ b/meta-oe/recipes-connectivity/libtorrent/libtorrent_git.bb
@@ -13,8 +13,6 @@ SRCREV = "e60f222241319aaae482789517ad00ae9344bd13"
13 13
14UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)" 14UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)"
15 15
16CVE_STATUS[CVE-2009-1760] = "backported-patch: patched in our product"
17
18S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
19 17
20PACKAGECONFIG ??= "instrumentation aligned" 18PACKAGECONFIG ??= "instrumentation aligned"