summaryrefslogtreecommitdiff
path: root/meta-google/recipes-google/libcr51sign/libcr51sign_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-google/recipes-google/libcr51sign/libcr51sign_git.bb')
-rw-r--r--meta-google/recipes-google/libcr51sign/libcr51sign_git.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-google/recipes-google/libcr51sign/libcr51sign_git.bb b/meta-google/recipes-google/libcr51sign/libcr51sign_git.bb
index c4fd78ca0d..618df7207c 100644
--- a/meta-google/recipes-google/libcr51sign/libcr51sign_git.bb
+++ b/meta-google/recipes-google/libcr51sign/libcr51sign_git.bb
@@ -6,6 +6,11 @@ require ../google-misc/google-misc.inc
inherit pkgconfig
+# We need to suppress these warnings in OpenSSL 3.0+ until a fix is available
+CFLAGS += " \
+ -Wno-deprecated-declarations \
+"
+
DEPENDS += " \
openssl \
"