summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/p7zip
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-extended/p7zip')
-rw-r--r--meta-oe/recipes-extended/p7zip/p7zip_16.02.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/p7zip/p7zip_16.02.bb b/meta-oe/recipes-extended/p7zip/p7zip_16.02.bb
index 31a12fdb04..cd92e73c12 100644
--- a/meta-oe/recipes-extended/p7zip/p7zip_16.02.bb
+++ b/meta-oe/recipes-extended/p7zip/p7zip_16.02.bb
@@ -42,4 +42,7 @@ do_install() {
42RPROVIDES:${PN} += "lib7z.so()(64bit) 7z lib7z.so" 42RPROVIDES:${PN} += "lib7z.so()(64bit) 7z lib7z.so"
43RPROVIDES:${PN}-dev += "lib7z.so()(64bit) 7z lib7z.so" 43RPROVIDES:${PN}-dev += "lib7z.so()(64bit) 7z lib7z.so"
44 44
45# According to debian, this is due to Crash in CLI tool, no security impact
46CVE_CHECK_IGNORE += "CVE-2022-47069"
47
45BBCLASSEXTEND = "native nativesdk" 48BBCLASSEXTEND = "native nativesdk"