summaryrefslogtreecommitdiff
path: root/meta-google/recipes-google/libcr51sign/libcr51sign_git.bb
blob: 618df7207c1ec6c54bfdcc51e1c24f1bcb945f44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
SUMMARY = "Google libcr51sign"
DESCRIPTION = "Google libcr51sign"
GOOGLE_MISC_PROJ = "libcr51sign"

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 \
"