diff options
| -rw-r--r-- | meta-oe/recipes-devtools/grpc/grpc_1.36.1.bb | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/grpc/grpc_1.36.1.bb b/meta-oe/recipes-devtools/grpc/grpc_1.36.1.bb index 358ec80e87..eb137bef52 100644 --- a/meta-oe/recipes-devtools/grpc/grpc_1.36.1.bb +++ b/meta-oe/recipes-devtools/grpc/grpc_1.36.1.bb | |||
| @@ -10,6 +10,11 @@ DEPENDS = "c-ares protobuf protobuf-native protobuf-c protobuf-c-native openssl | |||
| 10 | DEPENDS_append_class-target = " googletest grpc-native " | 10 | DEPENDS_append_class-target = " googletest grpc-native " |
| 11 | DEPENDS_append_class-nativesdk = " grpc-native " | 11 | DEPENDS_append_class-nativesdk = " grpc-native " |
| 12 | 12 | ||
| 13 | PACKAGE_BEFORE_PN = "${PN}-compiler" | ||
| 14 | |||
| 15 | RDEPENDS_${PN}-compiler = "${PN}" | ||
| 16 | RDEPENDS_${PN}-dev += "${PN}-compiler" | ||
| 17 | |||
| 13 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
| 14 | SRCREV_grpc = "3b7f86e3516746c5f0db1947e0d65e94159bcb12" | 19 | SRCREV_grpc = "3b7f86e3516746c5f0db1947e0d65e94159bcb12" |
| 15 | BRANCH = "v1.36.x" | 20 | BRANCH = "v1.36.x" |
| @@ -72,4 +77,4 @@ BBCLASSEXTEND = "native nativesdk" | |||
| 72 | 77 | ||
| 73 | SYSROOT_DIRS_BLACKLIST_append_class-target = " ${baselib}/cmake/grpc" | 78 | SYSROOT_DIRS_BLACKLIST_append_class-target = " ${baselib}/cmake/grpc" |
| 74 | 79 | ||
| 75 | FILES_${PN}-dev += "${bindir}" | 80 | FILES_${PN}-compiler += "${bindir}" |
