From: Changqing Li <[email protected]> disable buildvcs to improve reproducibility
Signed-off-by: Changqing Li <[email protected]> --- recipes-containers/podman/podman_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-containers/podman/podman_git.bb b/recipes-containers/podman/podman_git.bb index 5e5f1f9b..b7a5793f 100644 --- a/recipes-containers/podman/podman_git.bb +++ b/recipes-containers/podman/podman_git.bb @@ -48,7 +48,7 @@ export LDFLAGS = "" TOOLCHAIN = "gcc" # podmans Makefile expects BUILDFLAGS to be set but go.bbclass defines them in GOBUILDFLAGS -export BUILDFLAGS = "${GOBUILDFLAGS}" +export BUILDFLAGS = "${GOBUILDFLAGS} -buildvcs=false" inherit go goarch inherit container-host -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#9561): https://lists.yoctoproject.org/g/meta-virtualization/message/9561 Mute This Topic: https://lists.yoctoproject.org/mt/117668815/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
