commit | d39e0ec0ce16ea7e36c29eb96f2a7c9bdd469e41 | [log] [tgz] |
---|---|---|
author | Nan Zhou <nanzhoumails@gmail.com> | Mon Jan 31 12:54:42 2022 -0800 |
committer | Nan Zhou <nanzhoumails@gmail.com> | Mon Jan 31 22:10:48 2022 +0000 |
tree | 5857c52d9635957a16b37d973a6b8a6d287a1f76 | |
parent | ef34d6f5a022286fcf4ad73ca77c5e14068eb4e7 [diff] [blame] |
meta-google: libcr51: suppress openssl warnings Tested: builds Signed-off-by: Nan Zhou <nanzhoumails@gmail.com> Change-Id: I43d7ff60626c11195c887dfb169aec72c171e1f8
diff --git a/meta-google/recipes-google/libcr51sign/libcr51sign_git.bb b/meta-google/recipes-google/libcr51sign/libcr51sign_git.bb index c4fd78c..618df72 100644 --- a/meta-google/recipes-google/libcr51sign/libcr51sign_git.bb +++ b/meta-google/recipes-google/libcr51sign/libcr51sign_git.bb
@@ -6,6 +6,11 @@ inherit pkgconfig +# We need to suppress these warnings in OpenSSL 3.0+ until a fix is available +CFLAGS += " \ + -Wno-deprecated-declarations \ +" + DEPENDS += " \ openssl \ "