summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-devtools
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-devtools')
-rw-r--r--meta-networking/recipes-devtools/grpc/grpc_1.8.5.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-networking/recipes-devtools/grpc/grpc_1.8.5.bb b/meta-networking/recipes-devtools/grpc/grpc_1.8.5.bb
index 6630b267d..3e44f99c1 100644
--- a/meta-networking/recipes-devtools/grpc/grpc_1.8.5.bb
+++ b/meta-networking/recipes-devtools/grpc/grpc_1.8.5.bb
@@ -4,12 +4,11 @@ Provides gRPC libraries for multiple languages written on top of shared C core l
4HOMEPAGE = "https://github.com/grpc/grpc" 4HOMEPAGE = "https://github.com/grpc/grpc"
5SECTION = "libs" 5SECTION = "libs"
6LICENSE = "Apache-2" 6LICENSE = "Apache-2"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
7 8
8DEPENDS = "gflags c-ares protobuf protobuf-native protobuf-c protobuf-c-native openssl" 9DEPENDS = "gflags c-ares protobuf protobuf-native protobuf-c protobuf-c-native openssl"
9DEPENDS_append_class-target = " gtest grpc-native " 10DEPENDS_append_class-target = " gtest grpc-native "
10 11
11LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
12
13S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
14SRCREV = "db68cb3652cc7697647e9934b5316d98a6ba04d1" 13SRCREV = "db68cb3652cc7697647e9934b5316d98a6ba04d1"
15BRANCH = "v1.8.x" 14BRANCH = "v1.8.x"