summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChangqing Li <changqing.li@windriver.com>2026-02-09 16:30:44 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2026-02-09 20:22:33 +0000
commit0e1a86ac761bd98e5884e7bb881c55a1f5b0f0f6 (patch)
tree863701c89e1cd2974da402c3933ee3ebb37331a7
parent9a28d5edadbec84e07e64dc7fbb67543becf22a9 (diff)
downloadmeta-virtualization-0e1a86ac761bd98e5884e7bb881c55a1f5b0f0f6.tar.gz
podman: improve reproducibility
disable buildvcs to improve reproducibility Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--recipes-containers/podman/podman_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/podman/podman_git.bb b/recipes-containers/podman/podman_git.bb
index 87e694e5..e6410a0d 100644
--- a/recipes-containers/podman/podman_git.bb
+++ b/recipes-containers/podman/podman_git.bb
@@ -48,7 +48,7 @@ export LDFLAGS = ""
48TOOLCHAIN = "gcc" 48TOOLCHAIN = "gcc"
49 49
50# podmans Makefile expects BUILDFLAGS to be set but go.bbclass defines them in GOBUILDFLAGS 50# podmans Makefile expects BUILDFLAGS to be set but go.bbclass defines them in GOBUILDFLAGS
51export BUILDFLAGS = "${GOBUILDFLAGS}" 51export BUILDFLAGS = "${GOBUILDFLAGS} -buildvcs=false"
52 52
53inherit go goarch 53inherit go goarch
54inherit container-host 54inherit container-host