All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bruce Ashfield <bruce.ashfield@gmail.com>
To: Qi.Chen@windriver.com
Cc: meta-virtualization@lists.yoctoproject.org
Subject: Re: [meta-virtualization][PATCH] go-metalinter: deprecate and remove it from podman's DEPENDS
Date: Fri, 17 Jan 2025 18:18:42 +0000	[thread overview]
Message-ID: <Z4qfArlOhhhE2pt8@gmail.com> (raw)
In-Reply-To: <20250108090754.1858999-1-Qi.Chen@windriver.com>

I've staged this patch.

I only took the podman dependency part, I won't depreciate it just yet.

Bruce

In message: [meta-virtualization][PATCH] go-metalinter: deprecate and remove it from podman's DEPENDS
on 08/01/2025 Chen Qi via lists.yoctoproject.org wrote:

> From: Chen Qi <Qi.Chen@windriver.com>
> 
> This package is pure source package and its only user is podman's
> DEPENDS. The current podman does not need it to be built successfully.
> So let's remove it from podman's DEPENDS and make it deprecated.
> 
> Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
> ---
>  recipes-containers/podman/podman_git.bb  | 1 -
>  recipes-devtools/go/go-metalinter_git.bb | 2 ++
>  2 files changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/recipes-containers/podman/podman_git.bb b/recipes-containers/podman/podman_git.bb
> index 41bb419a..01644163 100644
> --- a/recipes-containers/podman/podman_git.bb
> +++ b/recipes-containers/podman/podman_git.bb
> @@ -10,7 +10,6 @@ inherit features_check
>  REQUIRED_DISTRO_FEATURES ?= "seccomp ipv6"
>  
>  DEPENDS = " \
> -    go-metalinter-native \
>      gpgme \
>      libseccomp \
>      ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} \
> diff --git a/recipes-devtools/go/go-metalinter_git.bb b/recipes-devtools/go/go-metalinter_git.bb
> index def3d063..5adab2d6 100644
> --- a/recipes-devtools/go/go-metalinter_git.bb
> +++ b/recipes-devtools/go/go-metalinter_git.bb
> @@ -16,6 +16,8 @@ PV = "0.0+git"
>  
>  S = "${WORKDIR}/git"
>  
> +inherit meta-virt-depreciated-warning
> +
>  do_install() {
>  	install -d ${D}${prefix}/local/go/src/${PKG_NAME}
>  	cp -r ${S}/* ${D}${prefix}/local/go/src/${PKG_NAME}/
> -- 
> 2.25.1
> 

> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#9079): https://lists.yoctoproject.org/g/meta-virtualization/message/9079
> Mute This Topic: https://lists.yoctoproject.org/mt/110493737/1050810
> Group Owner: meta-virtualization+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [bruce.ashfield@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
> 



      reply	other threads:[~2025-01-17 18:18 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-08  9:07 [meta-virtualization][PATCH] go-metalinter: deprecate and remove it from podman's DEPENDS Qi.Chen
2025-01-17 18:18 ` 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=Z4qfArlOhhhE2pt8@gmail.com \
    --to=bruce.ashfield@gmail.com \
    --cc=Qi.Chen@windriver.com \
    --cc=meta-virtualization@lists.yoctoproject.org \
    /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.