summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-extended/libarchive/libarchive_3.6.2.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-extended/libarchive/libarchive_3.6.2.bb b/meta/recipes-extended/libarchive/libarchive_3.6.2.bb
index ffcc103112..0219ffa720 100644
--- a/meta/recipes-extended/libarchive/libarchive_3.6.2.bb
+++ b/meta/recipes-extended/libarchive/libarchive_3.6.2.bb
@@ -33,6 +33,9 @@ UPSTREAM_CHECK_URI = "http://libarchive.org/"
33 33
34SRC_URI[sha256sum] = "ba6d02f15ba04aba9c23fd5f236bb234eab9d5209e95d1c4df85c44d5f19b9b3" 34SRC_URI[sha256sum] = "ba6d02f15ba04aba9c23fd5f236bb234eab9d5209e95d1c4df85c44d5f19b9b3"
35 35
36# upstream-wontfix: upstream has documented that reported function is not thread-safe
37CVE_CHECK_IGNORE += "CVE-2023-30571"
38
36inherit autotools update-alternatives pkgconfig 39inherit autotools update-alternatives pkgconfig
37 40
38CPPFLAGS += "-I${WORKDIR}/extra-includes" 41CPPFLAGS += "-I${WORKDIR}/extra-includes"