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-core/runx | |
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-core/runx')
-rw-r--r-- | recipes-core/runx/runx_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-core/runx/runx_git.bb b/recipes-core/runx/runx_git.bb index 831360ba..b3250322 100644 --- a/recipes-core/runx/runx_git.bb +++ b/recipes-core/runx/runx_git.bb | |||
@@ -4,8 +4,8 @@ DESCRIPTION = "Xen Runtime for OCI" | |||
4 | 4 | ||
5 | SRCREV_runx = "edc9350a79ede0365066c9743080e3dc6430d602" | 5 | SRCREV_runx = "edc9350a79ede0365066c9743080e3dc6430d602" |
6 | 6 | ||
7 | KERNEL_SRC_VER="linux-5.4" | 7 | KERNEL_SRC_VER = "linux-5.4" |
8 | KERNEL_URL_VER="v5.x" | 8 | KERNEL_URL_VER = "v5.x" |
9 | 9 | ||
10 | SRC_URI = "\ | 10 | SRC_URI = "\ |
11 | git://github.com/lf-edge/runx;nobranch=1;name=runx;protocol=https \ | 11 | git://github.com/lf-edge/runx;nobranch=1;name=runx;protocol=https \ |