diff options
Diffstat (limited to 'meta-oe/recipes-devtools')
-rw-r--r-- | meta-oe/recipes-devtools/grpc/grpc_1.68.0.bb | 4 |
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" | |||
6 | LICENSE = "Apache-2.0 & BSD-3-Clause & MPL-2.0" | 6 | LICENSE = "Apache-2.0 & BSD-3-Clause & MPL-2.0" |
7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=731e401b36f8077ae0c134b59be5c906" | 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=731e401b36f8077ae0c134b59be5c906" |
8 | 8 | ||
9 | DEPENDS = "c-ares protobuf protobuf-native openssl libnsl2 abseil-cpp re2 zlib" | 9 | DEPENDS = "abseil-cpp c-ares openssl protobuf protobuf-native re2 zlib" |
10 | DEPENDS:append:class-target = " googletest grpc-native " | 10 | DEPENDS:append:class-target = " grpc-native" |
11 | DEPENDS:append:class-nativesdk = " grpc-native " | 11 | DEPENDS:append:class-nativesdk = " grpc-native " |
12 | 12 | ||
13 | PACKAGE_BEFORE_PN = "${PN}-compiler" | 13 | PACKAGE_BEFORE_PN = "${PN}-compiler" |