summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2025-01-08 01:07:54 -0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2025-01-17 19:17:09 +0000
commitaf1d32686e8d9468e43e9ca8ddf427d84cf830d4 (patch)
tree9318a1d672f92c35e8bd1140526ffca5fd63a793
parentfd1d4c65e4103141921ab66cf44d20f759be9b80 (diff)
downloadmeta-virtualization-af1d32686e8d9468e43e9ca8ddf427d84cf830d4.tar.gz
go-metalinter: remove it from podman's DEPENDS
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. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--recipes-containers/podman/podman_git.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes-containers/podman/podman_git.bb b/recipes-containers/podman/podman_git.bb
index 29b99624..0dd193bc 100644
--- a/recipes-containers/podman/podman_git.bb
+++ b/recipes-containers/podman/podman_git.bb
@@ -10,7 +10,6 @@ inherit features_check
10REQUIRED_DISTRO_FEATURES ?= "seccomp ipv6" 10REQUIRED_DISTRO_FEATURES ?= "seccomp ipv6"
11 11
12DEPENDS = " \ 12DEPENDS = " \
13 go-metalinter-native \
14 gpgme \ 13 gpgme \
15 libseccomp \ 14 libseccomp \
16 ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} \ 15 ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} \