mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
oci-image-tools: remove TMPDIR references
Pass -trimpath to the build to remove most (but not all) TMDIR references. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
parent
0b0718efc1
commit
26f698cdb8
|
@ -52,6 +52,8 @@ do_compile() {
|
|||
export CGO_LDFLAGS="${TARGET_LDFLAGS}"
|
||||
export GO111MODULE=off
|
||||
|
||||
export GOBUILDFLAGS="-trimpath"
|
||||
|
||||
cd ${S}/src/import
|
||||
|
||||
oe_runmake tool
|
||||
|
|
Loading…
Reference in New Issue
Block a user