All of lore.kernel.org
 help / color / mirror / Atom feed
From: ml@calgera.com
To: meta-virtualization@lists.yoctoproject.org
Cc: Renato Caldas <renato@calgera.com>
Subject: [meta-virtualization][PATCH] crun: fix compilation with musl
Date: Thu,  6 Jul 2023 15:40:47 +0100	[thread overview]
Message-ID: <20230706144047.2644707-1-ml@calgera.com> (raw)

From: Renato Caldas <renato@calgera.com>

Requires either libargp or argp-standalone.

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



             reply	other threads:[~2023-07-06 14:41 UTC|newest]

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