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