summaryrefslogtreecommitdiff
path: root/meta-google
diff options
context:
space:
mode:
authorNan Zhou <nanzhoumails@gmail.com>2022-01-31 23:54:42 +0300
committerNan Zhou <nanzhoumails@gmail.com>2022-02-01 01:10:48 +0300
commitd39e0ec0ce16ea7e36c29eb96f2a7c9bdd469e41 (patch)
tree5857c52d9635957a16b37d973a6b8a6d287a1f76 /meta-google
parentef34d6f5a022286fcf4ad73ca77c5e14068eb4e7 (diff)
downloadopenbmc-d39e0ec0ce16ea7e36c29eb96f2a7c9bdd469e41.tar.xz
meta-google: libcr51: suppress openssl warnings
Tested: builds Signed-off-by: Nan Zhou <nanzhoumails@gmail.com> Change-Id: I43d7ff60626c11195c887dfb169aec72c171e1f8
Diffstat (limited to 'meta-google')
-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 \
"