summaryrefslogtreecommitdiffstats
path: root/recipes-containers/podman
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/podman
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/podman')
-rw-r--r--recipes-containers/podman/podman_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-containers/podman/podman_git.bb b/recipes-containers/podman/podman_git.bb
index be85e512..dd3e78d9 100644
--- a/recipes-containers/podman/podman_git.bb
+++ b/recipes-containers/podman/podman_git.bb
@@ -45,13 +45,13 @@ ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)} \
45exclude_graphdriver_btrfs exclude_graphdriver_devicemapper ${BUILDTAGS_EXTRA}" 45exclude_graphdriver_btrfs exclude_graphdriver_devicemapper ${BUILDTAGS_EXTRA}"
46 46
47# overide LDFLAGS to allow podman to build without: "flag provided but not # defined: -Wl,-O1 47# overide LDFLAGS to allow podman to build without: "flag provided but not # defined: -Wl,-O1
48export LDFLAGS="" 48export LDFLAGS = ""
49 49
50# https://github.com/llvm/llvm-project/issues/53999 50# https://github.com/llvm/llvm-project/issues/53999
51TOOLCHAIN = "gcc" 51TOOLCHAIN = "gcc"
52 52
53# podmans Makefile expects BUILDFLAGS to be set but go.bbclass defines them in GOBUILDFLAGS 53# podmans Makefile expects BUILDFLAGS to be set but go.bbclass defines them in GOBUILDFLAGS
54export BUILDFLAGS="${GOBUILDFLAGS}" 54export BUILDFLAGS = "${GOBUILDFLAGS}"
55 55
56inherit go goarch 56inherit go goarch
57inherit container-host 57inherit container-host