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-extended/rootlesskit/rootlesskit_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-extended/rootlesskit/rootlesskit_git.bb') diff --git a/recipes-extended/rootlesskit/rootlesskit_git.bb b/recipes-extended/rootlesskit/rootlesskit_git.bb index fcc38e7a..f8dd55af 100644 --- a/recipes-extended/rootlesskit/rootlesskit_git.bb +++ b/recipes-extended/rootlesskit/rootlesskit_git.bb @@ -13,7 +13,7 @@ DEPENDS = " \ rsync-native \ " # Specify the first two important SRCREVs as the format -SRCREV_FORMAT="rootless" +SRCREV_FORMAT = "rootless" SRCREV_rootless = "530859a92629689c0c17c96d9ab145f4d04b5b5a" SRC_URI = "git://github.com/rootless-containers/rootlesskit;name=rootless;branch=master;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX}" -- cgit v1.2.3-54-g00ecf