summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-devtools/grpc/grpc_1.68.0.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/grpc/grpc_1.68.0.bb b/meta-oe/recipes-devtools/grpc/grpc_1.68.0.bb
index caf355bb52..b82b802e3c 100644
--- a/meta-oe/recipes-devtools/grpc/grpc_1.68.0.bb
+++ b/meta-oe/recipes-devtools/grpc/grpc_1.68.0.bb
@@ -6,8 +6,8 @@ SECTION = "libs"
6LICENSE = "Apache-2.0 & BSD-3-Clause & MPL-2.0" 6LICENSE = "Apache-2.0 & BSD-3-Clause & MPL-2.0"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=731e401b36f8077ae0c134b59be5c906" 7LIC_FILES_CHKSUM = "file://LICENSE;md5=731e401b36f8077ae0c134b59be5c906"
8 8
9DEPENDS = "c-ares protobuf protobuf-native openssl libnsl2 abseil-cpp re2 zlib" 9DEPENDS = "abseil-cpp c-ares openssl protobuf protobuf-native re2 zlib"
10DEPENDS:append:class-target = " googletest grpc-native " 10DEPENDS:append:class-target = " grpc-native"
11DEPENDS:append:class-nativesdk = " grpc-native " 11DEPENDS:append:class-nativesdk = " grpc-native "
12 12
13PACKAGE_BEFORE_PN = "${PN}-compiler" 13PACKAGE_BEFORE_PN = "${PN}-compiler"