diff options
| author | Mingli Yu <mingli.yu@windriver.com> | 2023-09-12 09:20:33 +0200 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2023-09-12 19:46:25 +0000 |
| commit | b6f83ff1a03717ff86b8eb7b9da71d102f5b3754 (patch) | |
| tree | f86ef8d216710aa6a05112c0070f0f17b0b26dbb | |
| parent | e60f59f3567b78286ea34337dbae468a5f18f1c6 (diff) | |
| download | meta-virtualization-b6f83ff1a03717ff86b8eb7b9da71d102f5b3754.tar.gz | |
go-context: Switch to main branch
The project has renamed the master branch to main.
Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
| -rw-r--r-- | recipes-devtools/go/go-context_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/go/go-context_git.bb b/recipes-devtools/go/go-context_git.bb index 37f39b38..0959054b 100644 --- a/recipes-devtools/go/go-context_git.bb +++ b/recipes-devtools/go/go-context_git.bb | |||
| @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c50f6bd9c1e15ed0bad3bea18e3c1b7f" | |||
| 7 | SRCNAME = "context" | 7 | SRCNAME = "context" |
| 8 | 8 | ||
| 9 | PKG_NAME = "github.com/gorilla/${SRCNAME}" | 9 | PKG_NAME = "github.com/gorilla/${SRCNAME}" |
| 10 | SRC_URI = "git://${PKG_NAME}.git;branch=master;protocol=https" | 10 | SRC_URI = "git://${PKG_NAME}.git;branch=main;protocol=https" |
| 11 | 11 | ||
| 12 | SRCREV = "14f550f51af52180c2eefed15e5fd18d63c0a64a" | 12 | SRCREV = "14f550f51af52180c2eefed15e5fd18d63c0a64a" |
| 13 | 13 | ||
