diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2022-09-13 14:45:38 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2022-09-13 14:45:38 -0400 |
| commit | e167860a87cbabe18a60f090ed6a174aefbf7b45 (patch) | |
| tree | e65c88e816f16cc2918a88aad8ab97497d09a477 | |
| parent | fce21463ff20a40202a726c7a41265add84cec99 (diff) | |
| download | meta-virtualization-e167860a87cbabe18a60f090ed6a174aefbf7b45.tar.gz | |
podman-tui: reproducibility, pass -trimpath to fix QA warnings
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
| -rw-r--r-- | recipes-containers/podman-tui/podman-tui_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/podman-tui/podman-tui_git.bb b/recipes-containers/podman-tui/podman-tui_git.bb index 2144ebfc..0621e9c3 100644 --- a/recipes-containers/podman-tui/podman-tui_git.bb +++ b/recipes-containers/podman-tui/podman-tui_git.bb | |||
| @@ -54,7 +54,7 @@ do_compile() { | |||
| 54 | export GOFLAGS="-mod=vendor" | 54 | export GOFLAGS="-mod=vendor" |
| 55 | 55 | ||
| 56 | # oe_runmake BUILDTAGS="${BUILDTAGS}" | 56 | # oe_runmake BUILDTAGS="${BUILDTAGS}" |
| 57 | ${GO} build -tags "$(BUILDTAGS)" ${GO_LDFLAGS} -o bin/podman-tui | 57 | ${GO} build -trimpath -tags "$(BUILDTAGS)" ${GO_LDFLAGS} -o bin/podman-tui |
| 58 | } | 58 | } |
| 59 | 59 | ||
| 60 | do_install() { | 60 | do_install() { |
