mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
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>
This commit is contained in:
parent
180241e0ee
commit
c4f156fa93
|
@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c38914c9a7ab03bb2b96d4baaee10769"
|
|||
SRCNAME = "fsnotify"
|
||||
|
||||
PKG_NAME = "github.com/fsnotify/${SRCNAME}"
|
||||
SRC_URI = "git://${PKG_NAME}.git;branch=master;protocol=https"
|
||||
SRC_URI = "git://${PKG_NAME}.git;branch=main;protocol=https"
|
||||
|
||||
SRCREV = "836bfd95fecc0f1511dd66bdbf2b5b61ab8b00b6"
|
||||
PV = "1.2.11+git${SRCPV}"
|
||||
|
|
Loading…
Reference in New Issue
Block a user