blob: 20d4b7073e060eb82737f465ffdecedfaa088a84 [file] [log] [blame]
SUMMARY = "Protos and libraries shared across repos from piper"
DESCRIPTION = "The recipe delivers miscellaneous protos and libraries \
that we copied from piper via copybara"
PR = "r1"
PV = "0.1+git${SRCPV}"
LICENSE = "CLOSED"
SRC_URI = "git://gbmc-private.googlesource.com/g3-shared-libs/;protocol=https;branch=master"
SRCREV = "69644e1d478f1b6007b19204ebd13c79d9c05427"
inherit meson pkgconfig
DEPENDS += "abseil-cpp"
DEPENDS += "grpc"
DEPENDS += "nlohmann-json"
DEPENDS += "openssl"
DEPENDS += "protobuf"
S = "${WORKDIR}/git/subprojects/${G3_PROJ}"