blob: 74ee71334e35e54f8683fc6e51132601c6d40552 [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 = "e14757bafbc66fd9c99ab4d385d686f4febccb44"
inherit meson pkgconfig
DEPENDS += "abseil-cpp"
DEPENDS += "grpc"
DEPENDS += "nlohmann-json"
DEPENDS += "openssl"
DEPENDS += "protobuf"
S = "${WORKDIR}/git/subprojects/${G3_PROJ}"