diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-10-29 09:51:13 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-12-03 09:01:33 -0500 |
| commit | f6a52458e895c4b4e30926b08c5a95e3cb3ff9b5 (patch) | |
| tree | 76f9f723fd19c0385ea852b438bf5476939bf7f2 /recipes-devtools/go/grpc-go_git.bb | |
| parent | 811a59d82b9530ab23ad9769bb7b6e30e54d4c94 (diff) | |
| download | meta-virtualization-f6a52458e895c4b4e30926b08c5a95e3cb3ff9b5.tar.gz | |
global: add explicit branch to all SRC_URIs
As introduced in the oe-core post:
https://lists.openembedded.org/g/openembedded-core/message/157623
SRC_URIs without an explicit branch will generate warnings, and
eventually be an error.
We run the provided conversion script to make sure that meta-virt
is ready for the change.
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-devtools/go/grpc-go_git.bb')
| -rw-r--r-- | recipes-devtools/go/grpc-go_git.bb | 2 |
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..da07f0d6 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 | |||
| 7 | SRCNAME = "grpc-go" | 7 | SRCNAME = "grpc-go" |
| 8 | 8 | ||
| 9 | PKG_NAME = "google.golang.org/grpc" | 9 | PKG_NAME = "google.golang.org/grpc" |
| 10 | SRC_URI = "git://github.com/grpc/${SRCNAME}.git;destsuffix=git/src/${PKG_NAME}" | 10 | SRC_URI = "git://github.com/grpc/${SRCNAME}.git;destsuffix=git/src/${PKG_NAME};branch=master" |
| 11 | 11 | ||
| 12 | SRCREV = "777daa17ff9b5daef1cfdf915088a2ada3332bf0" | 12 | SRCREV = "777daa17ff9b5daef1cfdf915088a2ada3332bf0" |
| 13 | PV = "1.4.0+git${SRCPV}" | 13 | PV = "1.4.0+git${SRCPV}" |
