diff options
-rw-r--r-- | meta-oe/recipes-devtools/grpc/grpc_1.38.1.bb (renamed from meta-oe/recipes-devtools/grpc/grpc_1.38.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/grpc/grpc_1.38.0.bb b/meta-oe/recipes-devtools/grpc/grpc_1.38.1.bb index 2095d81d4..10004b236 100644 --- a/meta-oe/recipes-devtools/grpc/grpc_1.38.0.bb +++ b/meta-oe/recipes-devtools/grpc/grpc_1.38.1.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 = "54dc182082db941aa67c7c3f93ad858c99a16d7d" | 19 | SRCREV_grpc = "96b73272eadc01afb5fb45b92b408c47e4387274" |
20 | BRANCH = "v1.38.x" | 20 | BRANCH = "v1.38.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 | " |