Initial commit
This commit is contained in:
@@ -0,0 +1,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 \
|
||||
"
|
||||
Reference in New Issue
Block a user