Willy Tu | b4b9909 | 2021-09-27 14:25:55 -0700 | [diff] [blame] | 1 | SUMMARY = "Google libcr51sign" |
2 | DESCRIPTION = "Google libcr51sign" | ||||
3 | GOOGLE_MISC_PROJ = "libcr51sign" | ||||
4 | |||||
5 | require ../google-misc/google-misc.inc | ||||
6 | |||||
7 | inherit pkgconfig | ||||
8 | |||||
Nan Zhou | d39e0ec | 2022-01-31 12:54:42 -0800 | [diff] [blame] | 9 | # We need to suppress these warnings in OpenSSL 3.0+ until a fix is available |
10 | CFLAGS += " \ | ||||
11 | -Wno-deprecated-declarations \ | ||||
12 | " | ||||
13 | |||||
Willy Tu | b4b9909 | 2021-09-27 14:25:55 -0700 | [diff] [blame] | 14 | DEPENDS += " \ |
15 | openssl \ | ||||
16 | " |