summaryrefslogtreecommitdiffstats
path: root/recipes-containers/nerdctl
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2025-04-02 17:59:25 +0200
committerBruce Ashfield <bruce.ashfield@gmail.com>2025-04-03 17:56:53 +0000
commitc01273e001d033678bde91bc215cb05fd15e95cf (patch)
tree6306c26016883d1ea16aa522d5aa663712e1c008 /recipes-containers/nerdctl
parent0aca30707160c7cd226c2a1d03016e2a85ae8738 (diff)
downloadmeta-virtualization-c01273e001d033678bde91bc215cb05fd15e95cf.tar.gz
metadata: add whitespace around assignments
With: https://lists.openembedded.org/g/bitbake-devel/message/17508 there are many WARNINGs from this layer will cover src_uri.inc files in next commit. Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers/nerdctl')
-rw-r--r--recipes-containers/nerdctl/nerdctl_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/nerdctl/nerdctl_git.bb b/recipes-containers/nerdctl/nerdctl_git.bb
index 45e17c27..536c470b 100644
--- a/recipes-containers/nerdctl/nerdctl_git.bb
+++ b/recipes-containers/nerdctl/nerdctl_git.bb
@@ -10,7 +10,7 @@ DEPENDS = " \
10" 10"
11 11
12# Specify the first two important SRCREVs as the format 12# Specify the first two important SRCREVs as the format
13SRCREV_FORMAT="nerdcli_cgroups" 13SRCREV_FORMAT = "nerdcli_cgroups"
14SRCREV_nerdcli = "497c7cf74d09bf1ddf2678382360ca61e6faebac" 14SRCREV_nerdcli = "497c7cf74d09bf1ddf2678382360ca61e6faebac"
15 15
16SRC_URI = "git://github.com/containerd/nerdctl.git;name=nerdcli;branch=main;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX}" 16SRC_URI = "git://github.com/containerd/nerdctl.git;name=nerdcli;branch=main;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX}"