From: Bruce Ashfield <bruce.ashfield@gmail.com>
To: Jose Quaresma <quaresma.jose@gmail.com>
Cc: meta-virtualization@lists.yoctoproject.org,
Jose Quaresma <jose.quaresma@foundries.io>
Subject: Re: [meta-virtualization][PATCH 1/2] Revert "yq: drop {LINKSHARED}"
Date: Mon, 27 Mar 2023 22:14:54 -0400 [thread overview]
Message-ID: <ZCJNnkEcFtApQ8FR@gmail.com> (raw)
In-Reply-To: <20230327082037.3173653-1-jose.quaresma@foundries.io>
This is now staged on master-next.
Bruce
In message: [meta-virtualization][PATCH 1/2] Revert "yq: drop {LINKSHARED}"
on 27/03/2023 Jose Quaresma wrote:
> This reverts commit d2a630ce6cf67a145f218012fbf02e4d0d9648df.
>
> The linkshared is fixed upstream and backported in oe-core.
> https://git.yoctoproject.org/poky/commit/?id=d5c79ca6a77af1a04992fff4300333e02d94d84d
>
> Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
> ---
> recipes-devtools/yq/yq_git.bb | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/recipes-devtools/yq/yq_git.bb b/recipes-devtools/yq/yq_git.bb
> index bd474a7..45f2f97 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() {
> +do_compile:prepend() {
> # arrange for some of the golang built ins to be found
> (
> cd ${WORKDIR}/build/src/
> @@ -60,7 +60,6 @@ do_compile() {
> # 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.34.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#7956): https://lists.yoctoproject.org/g/meta-virtualization/message/7956
> Mute This Topic: https://lists.yoctoproject.org/mt/97877469/1050810
> Group Owner: meta-virtualization+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [bruce.ashfield@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
prev parent reply other threads:[~2023-03-28 2:15 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-27 8:20 [meta-virtualization][PATCH 1/2] Revert "yq: drop {LINKSHARED}" Jose Quaresma
2023-03-27 8:20 ` [meta-virtualization][PATCH 2/2] buildah: enable linkshared Jose Quaresma
2023-03-27 12:21 ` Bruce Ashfield
2023-03-27 15:54 ` Jose Quaresma
2023-03-28 2:14 ` Bruce Ashfield [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ZCJNnkEcFtApQ8FR@gmail.com \
--to=bruce.ashfield@gmail.com \
--cc=jose.quaresma@foundries.io \
--cc=meta-virtualization@lists.yoctoproject.org \
--cc=quaresma.jose@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.