From: Bruce Ashfield <bruce.ashfield@gmail.com>
To: Qi.Chen@windriver.com
Cc: meta-virtualization@lists.yoctoproject.org
Subject: Re: [meta-virtualization][PATCH] conmon/crun/docker-compose/nerdctl: get rid of go-md2man dependency
Date: Mon, 22 Apr 2024 15:12:21 +0000 [thread overview]
Message-ID: <ZiZ+VfLUKiyGOm5c@gmail.com> (raw)
In-Reply-To: <20240418032248.697032-1-Qi.Chen@windriver.com>
In message: [meta-virtualization][PATCH] conmon/crun/docker-compose/nerdctl: get rid of go-md2man dependency
on 17/04/2024 Chen Qi via lists.yoctoproject.org wrote:
> 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"
crun still has the capability to build man pages, so this
can still be required and I don't want to remove it.
As for the others, technically it is still used, but is
now typically built from the vendored source versus our
dependency.
I would be ok with removing it from the packages that are
now using a vendored copy or don't build man pages (in a
v2)
Bruce
> # 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
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#8683): https://lists.yoctoproject.org/g/meta-virtualization/message/8683
> Mute This Topic: https://lists.yoctoproject.org/mt/105591667/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:[~2024-04-22 15:12 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-18 3:22 [meta-virtualization][PATCH] conmon/crun/docker-compose/nerdctl: get rid of go-md2man dependency Qi.Chen
2024-04-22 15:12 ` 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=ZiZ+VfLUKiyGOm5c@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.