This fixed https://lists.yoctoproject.org/g/meta-virtualization/message/8047
and now can be reverted again in master as go was upgraded in
https://git.openembedded.org/openembedded-core/commit/?id=e043bfb42156c59c93c6a4816528a63cfdaccc3e

On Wed, May 17, 2023 at 5:49 PM Bruce Ashfield <[email protected]>
wrote:

> In message: [meta-virtualization] [PATCH] yq: Redefine do_compile
> on 12/05/2023 Yu, Mingli wrote:
>
> > From: Mingli Yu <[email protected]>
> >
> > This reverts commit 9b87b12885243c8cbba933e218c325416ec4d19d
> > which states the linkshared issue is resolved. Actually the
> > issue still exists as build fails on qemuarm64 and we still
> > need the fix [1]. So add the fix [1] back and it's also better
> > define its own do_compile and not let the do_compile logic
> > in go.bbclass affect the build.
>
> More yq and linkshared fun!
>
> This is now merged to master and mickledore.
>
> Bruce
>
> >
> > [1]
> https://git.yoctoproject.org/meta-virtualization/commit/?id=d2a630ce6cf67a145f218012fbf02e4d0d9648df
> > ---
> >  recipes-devtools/yq/yq_git.bb | 3 ++-
> >  1 file changed, 2 insertions(+), 1 deletion(-)
> >
> > diff --git a/recipes-devtools/yq/yq_git.bb b/recipes-devtools/yq/
> yq_git.bb
> > index 45f2f970..bd474a79 100644
> > --- a/recipes-devtools/yq/yq_git.bb
> > +++ b/recipes-devtools/yq/yq_git.bb
> > @@ -50,7 +50,7 @@ GO_IMPORT = "github.com/mikefarah/yq"
> >
> >  inherit go ptest
> >
> > -do_compile:prepend() {
> > +do_compile() {
> >      # arrange for some of the golang built ins to be found
> >      (
> >       cd ${WORKDIR}/build/src/
> > @@ -60,6 +60,7 @@ do_compile:prepend() {
> >      # arrange for the fetched dependencies to be found
> >      export GOPATH="${GOPATH}:${WORKDIR}/build/vendor/"
> >      export GO111MODULE=off
> > +    ${GO} install ${GOBUILDFLAGS} `go_list_packages`
> >  }
> >
> >  do_install:append() {
> > --
> > 2.25.1
> >
>
> >
> >
> >
>
>
> 
>
>
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#8077): 
https://lists.yoctoproject.org/g/meta-virtualization/message/8077
Mute This Topic: https://lists.yoctoproject.org/mt/98843722/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to