blob: 9ccbc2738d0128e35fc906e32ee0d90c84013842 [file] [log] [blame]
SUMMARY = "Crypta library"
DESCRIPTION = "Crypta library exported from google 3"
HOMEPAGE = "https://gbmc-internal.git.corp.google.com/libcrypta"
PR = "r1"
PV = "0.1+git${SRCPV}"
LICENSE = "CLOSED"
inherit meson python3native pkgconfig
DEPENDS += " \
abseil-cpp \
fmt \
nanopb-runtime \
nanopb-generator-native \
openssl \
phosphor-logging \
protobuf \
protobuf-native \
openssl \
redfish-query-engine \
"
RDEPENDS:${PN} = " \
libcrypto \
"
S = "${WORKDIR}/git"
SRC_URI = "git://gbmc-private.googlesource.com/libcrypta;protocol=https;branch=master"
SRCREV = "8dc066be759b85f3b7fbe11bc51d87b3f0c0fff1"
# Disable unit tests
PACKAGECONFIG ??= ""
PACKAGECONFIG[tests] = "-Dtests=enabled,-Dtests=disabled -Dmock-lib=disabled,googletest"