diff options
| author | Douglas Royds <douglas.royds@taitradio.com> | 2019-07-01 09:19:16 +1200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2019-07-10 09:24:32 -0700 |
| commit | bafc47841a4fe4e5451353a850ea0db38d84b1cb (patch) | |
| tree | 74ac4e4ac54c74b649c97b61803101d461edb03f | |
| parent | dfe341e466100ea1e6d90ff6b40aa5668350de35 (diff) | |
| download | meta-openembedded-bafc47841a4fe4e5451353a850ea0db38d84b1cb.tar.gz | |
grpc: DEPENDS on googletest
The gtest and gmock projects were combined under googletest in 2015,
and the former gtest recipe has now been renamed to googletest.
Signed-off-by: Douglas Royds <douglas.royds@taitradio.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-networking/recipes-devtools/grpc/grpc_1.14.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-devtools/grpc/grpc_1.14.1.bb b/meta-networking/recipes-devtools/grpc/grpc_1.14.1.bb index d236714325..0550866e5b 100644 --- a/meta-networking/recipes-devtools/grpc/grpc_1.14.1.bb +++ b/meta-networking/recipes-devtools/grpc/grpc_1.14.1.bb | |||
| @@ -7,7 +7,7 @@ LICENSE = "Apache-2" | |||
| 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" |
| 8 | 8 | ||
| 9 | DEPENDS = "gflags c-ares protobuf protobuf-native protobuf-c protobuf-c-native openssl" | 9 | DEPENDS = "gflags c-ares protobuf protobuf-native protobuf-c protobuf-c-native openssl" |
| 10 | DEPENDS_append_class-target = " gtest grpc-native " | 10 | DEPENDS_append_class-target = " googletest grpc-native " |
| 11 | DEPENDS_append_class-nativesdk = " grpc-native " | 11 | DEPENDS_append_class-nativesdk = " grpc-native " |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
