diff options
| author | Changqing Li <changqing.li@windriver.com> | 2026-02-09 16:30:44 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2026-02-09 20:22:33 +0000 |
| commit | 0e1a86ac761bd98e5884e7bb881c55a1f5b0f0f6 (patch) | |
| tree | 863701c89e1cd2974da402c3933ee3ebb37331a7 | |
| parent | 9a28d5edadbec84e07e64dc7fbb67543becf22a9 (diff) | |
| download | meta-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.bb | 2 |
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 = "" | |||
| 48 | TOOLCHAIN = "gcc" | 48 | TOOLCHAIN = "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 |
| 51 | export BUILDFLAGS = "${GOBUILDFLAGS}" | 51 | export BUILDFLAGS = "${GOBUILDFLAGS} -buildvcs=false" |
| 52 | 52 | ||
| 53 | inherit go goarch | 53 | inherit go goarch |
| 54 | inherit container-host | 54 | inherit container-host |
