diff options
| author | Beniamin Sandu <beniaminsandu@gmail.com> | 2024-04-17 23:31:32 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-04-17 23:47:22 -0700 |
| commit | ffb9e53b12bb62d38a91478ba1ede68256222542 (patch) | |
| tree | 35ccdbab071d9cc496f9a310a3c8a5e9407e7bc3 | |
| parent | 8d6078b19b9fd558d9c37f01f67c658996581aa2 (diff) | |
| download | meta-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.bb | 2 |
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" | |||
| 17 | 17 | ||
| 18 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
| 19 | 19 | ||
| 20 | CVE_PRODUCT = "" | ||
| 21 | |||
| 20 | PACKAGECONFIG ??= "instrumentation aligned" | 22 | PACKAGECONFIG ??= "instrumentation aligned" |
| 21 | 23 | ||
| 22 | PACKAGECONFIG:remove:mipsarch = "instrumentation" | 24 | PACKAGECONFIG:remove:mipsarch = "instrumentation" |
