From c01273e001d033678bde91bc215cb05fd15e95cf Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Wed, 2 Apr 2025 17:59:25 +0200 Subject: 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 Signed-off-by: Bruce Ashfield --- recipes-containers/nerdctl/nerdctl_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-containers/nerdctl') 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 = " \ " # Specify the first two important SRCREVs as the format -SRCREV_FORMAT="nerdcli_cgroups" +SRCREV_FORMAT = "nerdcli_cgroups" SRCREV_nerdcli = "497c7cf74d09bf1ddf2678382360ca61e6faebac" SRC_URI = "git://github.com/containerd/nerdctl.git;name=nerdcli;branch=main;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX}" -- cgit v1.2.3-54-g00ecf