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