diff options
| author | Martin Jansa <martin.jansa@gmail.com> | 2025-04-02 17:59:25 +0200 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-04-03 17:56:53 +0000 |
| commit | c01273e001d033678bde91bc215cb05fd15e95cf (patch) | |
| tree | 6306c26016883d1ea16aa522d5aa663712e1c008 /recipes-extended/rootlesskit/rootlesskit_git.bb | |
| parent | 0aca30707160c7cd226c2a1d03016e2a85ae8738 (diff) | |
| download | meta-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-extended/rootlesskit/rootlesskit_git.bb')
| -rw-r--r-- | recipes-extended/rootlesskit/rootlesskit_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 = " \ | |||
| 13 | rsync-native \ | 13 | rsync-native \ |
| 14 | " | 14 | " |
| 15 | # Specify the first two important SRCREVs as the format | 15 | # Specify the first two important SRCREVs as the format |
| 16 | SRCREV_FORMAT="rootless" | 16 | SRCREV_FORMAT = "rootless" |
| 17 | SRCREV_rootless = "530859a92629689c0c17c96d9ab145f4d04b5b5a" | 17 | SRCREV_rootless = "530859a92629689c0c17c96d9ab145f4d04b5b5a" |
| 18 | 18 | ||
| 19 | SRC_URI = "git://github.com/rootless-containers/rootlesskit;name=rootless;branch=master;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX}" | 19 | SRC_URI = "git://github.com/rootless-containers/rootlesskit;name=rootless;branch=master;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX}" |
