summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2021-05-10 15:03:16 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-05-12 15:06:23 -0400
commit0c328f7b1dc08523e7e24f9bca8ad3af17657e69 (patch)
treedd0469884cc4b0d92df97e14403889e914c64a79
parent3713719dff5b011a47e8f34559c0c985bd3e9ba3 (diff)
downloadmeta-virtualization-thud.tar.gz
go-systemd: explicitly specify branchthud
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>
-rw-r--r--recipes-devtools/go/go-systemd_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/go/go-systemd_git.bb b/recipes-devtools/go/go-systemd_git.bb
index b61c97a6..4fd84e05 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"
7SRCNAME = "systemd" 7SRCNAME = "systemd"
8 8
9PKG_NAME = "github.com/coreos/go-${SRCNAME}" 9PKG_NAME = "github.com/coreos/go-${SRCNAME}"
10SRC_URI = "git://${PKG_NAME}.git" 10SRC_URI = "git://${PKG_NAME}.git;branch=main"
11 11
12SRCREV = "b4a58d95188dd092ae20072bac14cece0e67c388" 12SRCREV = "b4a58d95188dd092ae20072bac14cece0e67c388"
13PV = "4+git${SRCREV}" 13PV = "4+git${SRCREV}"