In message: [meta-virtualization] [PATCH] umoci: Remove the buildpath issue on 08/10/2023 Yu, Mingli wrote:
> From: Mingli Yu <[email protected]> > > 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 <[email protected]> > --- > 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 > -- > 2.25.1 > > > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#8349): https://lists.yoctoproject.org/g/meta-virtualization/message/8349 Mute This Topic: https://lists.yoctoproject.org/mt/101829789/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/leave/6693005/21656/1014668956/xyzzy [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
