diff options
Diffstat (limited to 'recipes-containers/nerdctl/nerdctl_git.bb')
-rw-r--r-- | recipes-containers/nerdctl/nerdctl_git.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-containers/nerdctl/nerdctl_git.bb b/recipes-containers/nerdctl/nerdctl_git.bb index 84fdfcb6..63b96846 100644 --- a/recipes-containers/nerdctl/nerdctl_git.bb +++ b/recipes-containers/nerdctl/nerdctl_git.bb | |||
@@ -11,14 +11,14 @@ DEPENDS = " \ | |||
11 | 11 | ||
12 | # Specify the first two important SRCREVs as the format | 12 | # Specify the first two important SRCREVs as the format |
13 | SRCREV_FORMAT="nerdcli_cgroups" | 13 | SRCREV_FORMAT="nerdcli_cgroups" |
14 | SRCREV_nerdcli = "d273fd202abdf8153cc7d8739fc1a2eda1a9efc1" | 14 | SRCREV_nerdcli = "1259a55e6118e4dc1fb61021131aad61f6fca853" |
15 | 15 | ||
16 | SRC_URI = "git://github.com/containerd/nerdctl.git;name=nerdcli;branch=main;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX}" | 16 | SRC_URI = "git://github.com/containerd/nerdctl.git;name=nerdcli;branch=main;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX}" |
17 | 17 | ||
18 | include src_uri.inc | 18 | include src_uri.inc |
19 | 19 | ||
20 | # patches and config | 20 | # patches and config |
21 | SRC_URI += "file://0001-Makefile-allow-external-specification-of-build-setti.patch \ | 21 | SRC_URI += " \ |
22 | file://modules.txt \ | 22 | file://modules.txt \ |
23 | " | 23 | " |
24 | 24 | ||
@@ -29,7 +29,7 @@ GO_IMPORT = "import" | |||
29 | 29 | ||
30 | S = "${WORKDIR}/git" | 30 | S = "${WORKDIR}/git" |
31 | 31 | ||
32 | PV = "v2.0.0-beta.1" | 32 | PV = "v2.0.2" |
33 | 33 | ||
34 | NERDCTL_PKG = "github.com/containerd/nerdctl" | 34 | NERDCTL_PKG = "github.com/containerd/nerdctl" |
35 | 35 | ||