aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDouglas Royds <douglas.royds@taitradio.com>2019-07-01 09:19:16 +1200
committerKhem Raj <raj.khem@gmail.com>2019-07-10 09:24:32 -0700
commitbafc47841a4fe4e5451353a850ea0db38d84b1cb (patch)
tree74ac4e4ac54c74b649c97b61803101d461edb03f
parentdfe341e466100ea1e6d90ff6b40aa5668350de35 (diff)
downloadmeta-openembedded-contrib-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.bb2
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"
LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
DEPENDS = "gflags c-ares protobuf protobuf-native protobuf-c protobuf-c-native openssl"
-DEPENDS_append_class-target = " gtest grpc-native "
+DEPENDS_append_class-target = " googletest grpc-native "
DEPENDS_append_class-nativesdk = " grpc-native "
S = "${WORKDIR}/git"