Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- build [/home/bruc...ualization]> git show 99d0e9f605c59a4a9906d1e3648918f4480624c3
- commit 99d0e9f605c59a4a9906d1e3648918f4480624c3
- Author: Bruce Ashfield <[email protected]>
- Date: Mon May 10 15:03:16 2021 -0400
- 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 <[email protected]>
- diff --git a/recipes-devtools/go/go-systemd_git.bb b/recipes-devtools/go/go-systemd_git.bb
- index 0f89c0f..c21a0f9 100644
- --- a/recipes-devtools/go/go-systemd_git.bb
- +++ b/recipes-devtools/go/go-systemd_git.bb
- @@ -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}"
- build [/home/bruc...ualization]> git branch --contains 99d0e9f605c59a4a9906d1e3648918f4480624c3
- dunfell
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement