All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-virtualization][PATCH] go-metalinter: deprecate and remove it from podman's DEPENDS
@ 2025-01-08  9:07 Qi.Chen
  2025-01-17 18:18 ` Bruce Ashfield
  0 siblings, 1 reply; 2+ messages in thread
From: Qi.Chen @ 2025-01-08  9:07 UTC (permalink / raw)
  To: meta-virtualization

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



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-01-17 18:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 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.