mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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>
This commit is contained in:
parent
dfe341e466
commit
bafc47841a
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user