From 26f698cdb8881bc395ef679776d7987c7db1c0e8 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 14 Sep 2022 14:49:17 -0400 Subject: oci-image-tools: remove TMPDIR references Pass -trimpath to the build to remove most (but not all) TMDIR references. Signed-off-by: Bruce Ashfield --- recipes-containers/oci-image-tools/oci-image-tools_git.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-containers/oci-image-tools/oci-image-tools_git.bb b/recipes-containers/oci-image-tools/oci-image-tools_git.bb index 90e671ca..e0b27163 100644 --- a/recipes-containers/oci-image-tools/oci-image-tools_git.bb +++ b/recipes-containers/oci-image-tools/oci-image-tools_git.bb @@ -52,6 +52,8 @@ do_compile() { export CGO_LDFLAGS="${TARGET_LDFLAGS}" export GO111MODULE=off + export GOBUILDFLAGS="-trimpath" + cd ${S}/src/import oe_runmake tool -- cgit v1.2.3-54-g00ecf