mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
go-systemd: explicitly specify branch
The upstream project has removed the master branch in favour of 'main'. We were relying on the fetcher default of master previously, and now that master no longer exists, we get a fetch failure. Adding an explicit branch=main gets things working again. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
parent
f058b19558
commit
2b0e19ba26
|
@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=19cbd64715b51267a47bf3750cc6a8a5"
|
|||
SRCNAME = "systemd"
|
||||
|
||||
PKG_NAME = "github.com/coreos/go-${SRCNAME}"
|
||||
SRC_URI = "git://${PKG_NAME}.git"
|
||||
SRC_URI = "git://${PKG_NAME}.git;branch=main"
|
||||
|
||||
SRCREV = "b4a58d95188dd092ae20072bac14cece0e67c388"
|
||||
PV = "4+git${SRCPV}"
|
||||
|
|
Loading…
Reference in New Issue
Block a user