summaryrefslogtreecommitdiffstats
path: root/recipes-core/runx/runx_git.bb
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-core/runx/runx_git.bb
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-core/runx/runx_git.bb')
-rw-r--r--recipes-core/runx/runx_git.bb4
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
5SRCREV_runx = "edc9350a79ede0365066c9743080e3dc6430d602" 5SRCREV_runx = "edc9350a79ede0365066c9743080e3dc6430d602"
6 6
7KERNEL_SRC_VER="linux-5.4" 7KERNEL_SRC_VER = "linux-5.4"
8KERNEL_URL_VER="v5.x" 8KERNEL_URL_VER = "v5.x"
9 9
10SRC_URI = "\ 10SRC_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 \