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-containers/runc | |
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-containers/runc')
-rw-r--r-- | recipes-containers/runc/runc.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-containers/runc/runc.inc b/recipes-containers/runc/runc.inc index a7c0f618..bcd7f791 100644 --- a/recipes-containers/runc/runc.inc +++ b/recipes-containers/runc/runc.inc | |||
@@ -30,7 +30,7 @@ RPROVIDES:${PN} = "virtual-runc" | |||
30 | 30 | ||
31 | GO_IMPORT = "import" | 31 | GO_IMPORT = "import" |
32 | 32 | ||
33 | LIBCONTAINER_PACKAGE="github.com/opencontainers/runc/libcontainer" | 33 | LIBCONTAINER_PACKAGE = "github.com/opencontainers/runc/libcontainer" |
34 | 34 | ||
35 | do_configure[noexec] = "1" | 35 | do_configure[noexec] = "1" |
36 | 36 | ||
@@ -38,7 +38,7 @@ do_configure[noexec] = "1" | |||
38 | DISTRO_BUILDTAGS ?= "${@bb.utils.contains('DISTRO_FEATURES', 'seccomp', 'seccomp', '', d)} \ | 38 | DISTRO_BUILDTAGS ?= "${@bb.utils.contains('DISTRO_FEATURES', 'seccomp', 'seccomp', '', d)} \ |
39 | ${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'selinux', '', d)}" | 39 | ${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'selinux', '', d)}" |
40 | 40 | ||
41 | EXTRA_OEMAKE="BUILDTAGS='${PACKAGECONFIG_CONFARGS} ${DISTRO_BUILDTAGS}' GO=${GO}" | 41 | EXTRA_OEMAKE = "BUILDTAGS='${PACKAGECONFIG_CONFARGS} ${DISTRO_BUILDTAGS}' GO=${GO}" |
42 | 42 | ||
43 | do_compile() { | 43 | do_compile() { |
44 | # Set GOPATH. See 'PACKAGERS.md'. Don't rely on | 44 | # Set GOPATH. See 'PACKAGERS.md'. Don't rely on |