| 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 = "06a3dac9b583d2127ee11c41fc35053d772f6c47" | 
 |  | 
 | inherit meson pkgconfig | 
 |  | 
 | DEPENDS += "abseil-cpp" | 
 | DEPENDS += "grpc" | 
 | DEPENDS += "nlohmann-json" | 
 | DEPENDS += "openssl" | 
 | DEPENDS += "protobuf" | 
 |  | 
 | S = "${WORKDIR}/git/subprojects/${G3_PROJ}" |