diff options
Diffstat (limited to 'recipes-devtools/go/go-systemd_git.bb')
| -rw-r--r-- | recipes-devtools/go/go-systemd_git.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-devtools/go/go-systemd_git.bb b/recipes-devtools/go/go-systemd_git.bb index d147889c..49d60f0b 100644 --- a/recipes-devtools/go/go-systemd_git.bb +++ b/recipes-devtools/go/go-systemd_git.bb | |||
| @@ -6,11 +6,11 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=19cbd64715b51267a47bf3750cc6a8a5" | |||
| 6 | 6 | ||
| 7 | SRCNAME = "systemd" | 7 | SRCNAME = "systemd" |
| 8 | 8 | ||
| 9 | PKG_NAME = "github.com/coreos/go-${SRCNAME}" | 9 | PKG_NAME = "github.com/coreos/go-${SRCNAME}/v22" |
| 10 | SRC_URI = "git://${PKG_NAME}.git;branch=main;protocol=https" | 10 | SRC_URI = "git://github.com/coreos/go-${SRCNAME}.git;branch=main;protocol=https" |
| 11 | 11 | ||
| 12 | SRCREV = "b4a58d95188dd092ae20072bac14cece0e67c388" | 12 | SRCREV = "4dc4ee60b8394d431f19a3c599040ef758884a27" |
| 13 | PV = "4+git" | 13 | PV = "22.7.0+git" |
| 14 | 14 | ||
| 15 | RDEPENDS:${PN} += "bash" | 15 | RDEPENDS:${PN} += "bash" |
| 16 | 16 | ||
