diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2022-01-14 08:52:44 -0500 | 
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2022-01-14 13:31:32 -0500 | 
| commit | 82f9025ab20110e59e0835693c32ef3ad17c4683 (patch) | |
| tree | fcdf39438c34912c141f88c391ced5b44cbcc79a /recipes-devtools/go | |
| parent | 1ef60507d1cc6a836280bfb6f62a0b0da3d6b8f9 (diff) | |
| download | meta-virtualization-82f9025ab20110e59e0835693c32ef3ad17c4683.tar.gz | |
go-fsnotify: switch to main branch
The upstream project has changed from master -> main, so we update
our branch to match .. otherwise, we fail the fetch!
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-devtools/go')
| -rw-r--r-- | recipes-devtools/go/go-fsnotify_git.bb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/recipes-devtools/go/go-fsnotify_git.bb b/recipes-devtools/go/go-fsnotify_git.bb index 8aa1c765..85350b0f 100644 --- a/recipes-devtools/go/go-fsnotify_git.bb +++ b/recipes-devtools/go/go-fsnotify_git.bb | |||
| @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c38914c9a7ab03bb2b96d4baaee10769" | |||
| 7 | SRCNAME = "fsnotify" | 7 | SRCNAME = "fsnotify" | 
| 8 | 8 | ||
| 9 | PKG_NAME = "github.com/fsnotify/${SRCNAME}" | 9 | PKG_NAME = "github.com/fsnotify/${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 = "836bfd95fecc0f1511dd66bdbf2b5b61ab8b00b6" | 12 | SRCREV = "836bfd95fecc0f1511dd66bdbf2b5b61ab8b00b6" | 
| 13 | PV = "1.2.11+git${SRCPV}" | 13 | PV = "1.2.11+git${SRCPV}" | 
