summaryrefslogtreecommitdiffstats
path: root/recipes-containers/nerdctl/nerdctl_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-containers/nerdctl/nerdctl_git.bb')
-rw-r--r--recipes-containers/nerdctl/nerdctl_git.bb9
1 files changed, 6 insertions, 3 deletions
diff --git a/recipes-containers/nerdctl/nerdctl_git.bb b/recipes-containers/nerdctl/nerdctl_git.bb
index 143673f2..98309276 100644
--- a/recipes-containers/nerdctl/nerdctl_git.bb
+++ b/recipes-containers/nerdctl/nerdctl_git.bb
@@ -10,9 +10,9 @@ DEPENDS = " \
10" 10"
11 11
12SRCREV_FORMAT = "nerdcli" 12SRCREV_FORMAT = "nerdcli"
13SRCREV_nerdcli = "0d1089396f017bb872ad40606b0d31ebdeaa828a" 13SRCREV_nerdcli = "89ecd85071c47cf5865fb2bb5882aae5f06b4173"
14 14
15SRC_URI = "git://github.com/containerd/nerdctl.git;name=nerdcli;branch=release/2.2;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX}" 15SRC_URI = "git://github.com/containerd/nerdctl.git;name=nerdcli;branch=main;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX}"
16 16
17# Upstream repo deleted from GitHub - fetch via Go module proxy instead 17# Upstream repo deleted from GitHub - fetch via Go module proxy instead
18SRC_URI += "gomod://github.com/vtolstov/go-ioctl;version=v0.0.0-20151206205506-6be9cced4810;sha256sum=26e96d5eb3389453eb54f8e510676f3dabda93deb842f679f2e967052754c4de" 18SRC_URI += "gomod://github.com/vtolstov/go-ioctl;version=v0.0.0-20151206205506-6be9cced4810;sha256sum=26e96d5eb3389453eb54f8e510676f3dabda93deb842f679f2e967052754c4de"
@@ -30,6 +30,9 @@ include ${@ "go-mod-hybrid-gomod.inc" if d.getVar("GO_MOD_FETCH_MODE") == "hybri
30include ${@ "go-mod-hybrid-git.inc" if d.getVar("GO_MOD_FETCH_MODE") == "hybrid" else ""} 30include ${@ "go-mod-hybrid-git.inc" if d.getVar("GO_MOD_FETCH_MODE") == "hybrid" else ""}
31include ${@ "go-mod-hybrid-cache.inc" if d.getVar("GO_MOD_FETCH_MODE") == "hybrid" else ""} 31include ${@ "go-mod-hybrid-cache.inc" if d.getVar("GO_MOD_FETCH_MODE") == "hybrid" else ""}
32 32
33# Per-dependency license tracking
34include go-mod-licenses.inc
35
33# patches 36# patches
34SRC_URI += " \ 37SRC_URI += " \
35 file://0001-Makefile-allow-external-specification-of-build-setti.patch \ 38 file://0001-Makefile-allow-external-specification-of-build-setti.patch \
@@ -40,7 +43,7 @@ LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd
40 43
41GO_IMPORT = "import" 44GO_IMPORT = "import"
42 45
43PV = "v2.2.1" 46PV = "v2.3.1"
44 47
45NERDCTL_PKG = "github.com/containerd/nerdctl" 48NERDCTL_PKG = "github.com/containerd/nerdctl"
46 49