All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bruce Ashfield <bruce.ashfield@gmail.com>
To: ml@calgera.com
Cc: meta-virtualization@lists.yoctoproject.org,
	Renato Caldas <renato@calgera.com>
Subject: Re: [meta-virtualization][PATCH] crun: fix compilation with musl
Date: Tue, 11 Jul 2023 19:12:45 +0000	[thread overview]
Message-ID: <ZK2praSNNXDAoEF9@gmail.com> (raw)
In-Reply-To: <20230706144047.2644707-1-ml@calgera.com>

In message: [meta-virtualization][PATCH] crun: fix compilation with musl
on 06/07/2023 Renato Caldas via lists.yoctoproject.org wrote:

> From: Renato Caldas <renato@calgera.com>
> 
> Requires either libargp or argp-standalone.

While we don't fully support mulsc in meta-virt, I see no reason
to not fix the easy issues.

This is now merged.

Bruce

> 
> Signed-off-by: Renato Caldas <renato@calgera.com>
> ---
>  recipes-containers/crun/crun_git.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/recipes-containers/crun/crun_git.bb b/recipes-containers/crun/crun_git.bb
> index 2ff8586..a26de16 100644
> --- a/recipes-containers/crun/crun_git.bb
> +++ b/recipes-containers/crun/crun_git.bb
> @@ -26,12 +26,12 @@ inherit autotools-brokensep pkgconfig features_check
>  
>  PACKAGECONFIG ??= ""
>  
> -
>  DEPENDS = "yajl libcap go-md2man-native m4-native"
>  # TODO: is there a packageconfig to turn this off ?
>  DEPENDS += "libseccomp"
>  DEPENDS += "systemd"
>  DEPENDS += "oci-image-spec oci-runtime-spec"
> +DEPENDS:append:libc-musl = " argp-standalone"
>  
>  do_configure:prepend () {
>      # extracted from autogen.sh in crun source. This avoids
> -- 
> 2.41.0
> 

> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#8121): https://lists.yoctoproject.org/g/meta-virtualization/message/8121
> Mute This Topic: https://lists.yoctoproject.org/mt/99986709/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:[~2023-07-11 19:12 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-06 14:40 [meta-virtualization][PATCH] crun: fix compilation with musl ml
2023-07-11 19: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=ZK2praSNNXDAoEF9@gmail.com \
    --to=bruce.ashfield@gmail.com \
    --cc=meta-virtualization@lists.yoctoproject.org \
    --cc=ml@calgera.com \
    --cc=renato@calgera.com \
    /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.