diff options
-rw-r--r-- | meta-oe/recipes-devtools/grpc/grpc_1.36.4.bb (renamed from meta-oe/recipes-devtools/grpc/grpc_1.36.3.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/grpc/grpc_1.36.3.bb b/meta-oe/recipes-devtools/grpc/grpc_1.36.4.bb index 738d5e10b5..03de4997bc 100644 --- a/meta-oe/recipes-devtools/grpc/grpc_1.36.3.bb +++ b/meta-oe/recipes-devtools/grpc/grpc_1.36.4.bb | |||
@@ -16,7 +16,7 @@ RDEPENDS_${PN}-compiler = "${PN}" | |||
16 | RDEPENDS_${PN}-dev += "${PN}-compiler" | 16 | RDEPENDS_${PN}-dev += "${PN}-compiler" |
17 | 17 | ||
18 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
19 | SRCREV_grpc = "ce05bf557ced2d311bad8ee520f9f8088f715bd8" | 19 | SRCREV_grpc = "3e53dbe8213137d2c731ecd4d88ebd2948941d75" |
20 | BRANCH = "v1.36.x" | 20 | BRANCH = "v1.36.x" |
21 | SRC_URI = "git://github.com/grpc/grpc.git;protocol=https;name=grpc;branch=${BRANCH} \ | 21 | SRC_URI = "git://github.com/grpc/grpc.git;protocol=https;name=grpc;branch=${BRANCH} \ |
22 | " | 22 | " |