blob: 618df7207c1ec6c54bfdcc51e1c24f1bcb945f44 [file] [log] [blame]
Willy Tub4b99092021-09-27 14:25:55 -07001SUMMARY = "Google libcr51sign"
2DESCRIPTION = "Google libcr51sign"
3GOOGLE_MISC_PROJ = "libcr51sign"
4
5require ../google-misc/google-misc.inc
6
7inherit pkgconfig
8
Nan Zhoud39e0ec2022-01-31 12:54:42 -08009# We need to suppress these warnings in OpenSSL 3.0+ until a fix is available
10CFLAGS += " \
11 -Wno-deprecated-declarations \
12"
13
Willy Tub4b99092021-09-27 14:25:55 -070014DEPENDS += " \
15 openssl \
16"