blob: 23bffe4722dbfcbe61461be4954fd8cd697beb5e [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 \
"
S = "${WORKDIR}/git"
SRC_URI = "git://gbmc-private.googlesource.com/libcrypta;protocol=https;branch=master"
SRCREV = "392df14b9134f7b981b86859f00c43279d1b89a7"
# Disable unit tests
PACKAGECONFIG ??= ""
PACKAGECONFIG[tests] = "-Dtests=enabled,-Dtests=disabled -Dmock-lib=disabled,googletest"