summaryrefslogtreecommitdiffstats
path: root/recipes-containers/oci-image-tools
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-containers/oci-image-tools
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-containers/oci-image-tools')
-rw-r--r--recipes-containers/oci-image-tools/oci-image-tools_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/oci-image-tools/oci-image-tools_git.bb b/recipes-containers/oci-image-tools/oci-image-tools_git.bb
index ade6534d..c2e07889 100644
--- a/recipes-containers/oci-image-tools/oci-image-tools_git.bb
+++ b/recipes-containers/oci-image-tools/oci-image-tools_git.bb
@@ -16,7 +16,7 @@ inherit go
16 16
17# This disables seccomp and apparmor, which are on by default in the 17# This disables seccomp and apparmor, which are on by default in the
18# go package. 18# go package.
19EXTRA_OEMAKE="BUILDTAGS=''" 19EXTRA_OEMAKE = "BUILDTAGS=''"
20 20
21S = "${WORKDIR}/git/src/github.com/opencontainers/image-tools" 21S = "${WORKDIR}/git/src/github.com/opencontainers/image-tools"
22 22