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