meta-virtualization.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
From: Qi.Chen@windriver.com
To: meta-virtualization@lists.yoctoproject.org
Subject: [meta-virtualization][PATCH] conmon/crun/docker-compose/nerdctl: get rid of go-md2man dependency
Date: Wed, 17 Apr 2024 20:22:48 -0700	[thread overview]
Message-ID: <20240418032248.697032-1-Qi.Chen@windriver.com> (raw)

From: Chen Qi <Qi.Chen@windriver.com>

The go-md2man dependency is not needed for these recipes.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
 recipes-containers/conmon/conmon_git.bb                 | 2 +-
 recipes-containers/crun/crun_git.bb                     | 2 +-
 recipes-containers/docker-compose/docker-compose_git.bb | 1 -
 recipes-containers/nerdctl/nerdctl_git.bb               | 1 -
 4 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/recipes-containers/conmon/conmon_git.bb b/recipes-containers/conmon/conmon_git.bb
index d7047ed0..ab8a4ef2 100644
--- a/recipes-containers/conmon/conmon_git.bb
+++ b/recipes-containers/conmon/conmon_git.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=61af0b6932ea7b12fb9142721043bc77"
 inherit features_check
 REQUIRED_DISTRO_FEATURES ?= "seccomp"
 
-DEPENDS = "glib-2.0 go-md2man-native libseccomp"
+DEPENDS = "glib-2.0 libseccomp"
 
 SRCREV = "affab49967eb62f75d2a47398344ab053326289f"
 SRC_URI = "\
diff --git a/recipes-containers/crun/crun_git.bb b/recipes-containers/crun/crun_git.bb
index 89ba21b4..c0f9ead6 100644
--- a/recipes-containers/crun/crun_git.bb
+++ b/recipes-containers/crun/crun_git.bb
@@ -26,7 +26,7 @@ inherit autotools-brokensep pkgconfig features_check
 
 PACKAGECONFIG ??= ""
 
-DEPENDS = "yajl libcap go-md2man-native m4-native"
+DEPENDS = "yajl libcap m4-native"
 # TODO: is there a packageconfig to turn this off ?
 DEPENDS += "libseccomp"
 DEPENDS += "systemd"
diff --git a/recipes-containers/docker-compose/docker-compose_git.bb b/recipes-containers/docker-compose/docker-compose_git.bb
index 07650126..afb3150a 100644
--- a/recipes-containers/docker-compose/docker-compose_git.bb
+++ b/recipes-containers/docker-compose/docker-compose_git.bb
@@ -3,7 +3,6 @@ SUMMARY =  "Multi-container orchestration for Docker"
 DESCRIPTION = "Docker compose v2"
 
 DEPENDS = " \
-    go-md2man \
     rsync-native \
 "
 
diff --git a/recipes-containers/nerdctl/nerdctl_git.bb b/recipes-containers/nerdctl/nerdctl_git.bb
index 8868274f..dce5b2cc 100644
--- a/recipes-containers/nerdctl/nerdctl_git.bb
+++ b/recipes-containers/nerdctl/nerdctl_git.bb
@@ -4,7 +4,6 @@ DESCRIPTION = "nerdctl: Docker-compatible CLI for containerd \
     "
 
 DEPENDS = " \
-    go-md2man \
     rsync-native \
     ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} \
 "
-- 
2.42.0



             reply	other threads:[~2024-04-18  3:23 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-18  3:22 Qi.Chen [this message]
2024-04-22 15:12 ` [meta-virtualization][PATCH] conmon/crun/docker-compose/nerdctl: get rid of go-md2man dependency Bruce Ashfield

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=20240418032248.697032-1-Qi.Chen@windriver.com \
    --to=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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).