From d39e0ec0ce16ea7e36c29eb96f2a7c9bdd469e41 Mon Sep 17 00:00:00 2001 From: Nan Zhou Date: Mon, 31 Jan 2022 12:54:42 -0800 Subject: meta-google: libcr51: suppress openssl warnings Tested: builds Signed-off-by: Nan Zhou Change-Id: I43d7ff60626c11195c887dfb169aec72c171e1f8 --- meta-google/recipes-google/libcr51sign/libcr51sign_git.bb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'meta-google') 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 \ " -- cgit v1.2.3