summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/go/grpc-go_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/go/grpc-go_git.bb')
-rw-r--r--recipes-devtools/go/grpc-go_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/go/grpc-go_git.bb b/recipes-devtools/go/grpc-go_git.bb
index 48c42499..aa5d67b9 100644
--- a/recipes-devtools/go/grpc-go_git.bb
+++ b/recipes-devtools/go/grpc-go_git.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://src/${PKG_NAME}/LICENSE;md5=a4bad33881612090c6035d839
7SRCNAME = "grpc-go" 7SRCNAME = "grpc-go"
8 8
9PKG_NAME = "google.golang.org/grpc" 9PKG_NAME = "google.golang.org/grpc"
10SRC_URI = "git://github.com/grpc/${SRCNAME}.git;destsuffix=git/src/${PKG_NAME}" 10SRC_URI = "git://github.com/grpc/${SRCNAME}.git;destsuffix=git/src/${PKG_NAME};branch=master;protocol=https"
11 11
12SRCREV = "777daa17ff9b5daef1cfdf915088a2ada3332bf0" 12SRCREV = "777daa17ff9b5daef1cfdf915088a2ada3332bf0"
13PV = "1.4.0+git${SRCPV}" 13PV = "1.4.0+git${SRCPV}"