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