From 5cec30aae48fe5ae1d04152e6834d03b520100f8 Mon Sep 17 00:00:00 2001 From: Mingli Yu Date: Sun, 8 Oct 2023 16:02:59 +0800 Subject: umoci: Remove the buildpath issue Pass -trimpath to the build to fix the below build path issue: WARNING: umoci-v0.4.7+git-r0 do_package_qa: QA Issue: File /usr/sbin/umoci in package umoci contains reference to TMPDIR [buildpaths] Signed-off-by: Mingli Yu Signed-off-by: Bruce Ashfield --- recipes-containers/umoci/umoci_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-containers/umoci/umoci_git.bb b/recipes-containers/umoci/umoci_git.bb index feaf6dff..e2116892 100644 --- a/recipes-containers/umoci/umoci_git.bb +++ b/recipes-containers/umoci/umoci_git.bb @@ -68,6 +68,7 @@ do_compile() { export GO111MODULE=off + export BUILD_FLAGS="-trimpath" cd ${S} oe_runmake umoci -- cgit v1.2.3-54-g00ecf