mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-04 21:05:25 +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
3713719dff
commit
0c328f7b1d
|
@ -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${SRCREV}"
|
||||
|
|
Loading…
Reference in New Issue
Block a user