All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-virtualization][PATCH] crun: fix compilation with musl
@ 2023-07-06 14:40 ml
  2023-07-11 19:12 ` Bruce Ashfield
  0 siblings, 1 reply; 2+ messages in thread
From: ml @ 2023-07-06 14:40 UTC (permalink / raw)
  To: meta-virtualization; +Cc: Renato Caldas

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



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-07-11 19:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-06 14:40 [meta-virtualization][PATCH] crun: fix compilation with musl ml
2023-07-11 19:12 ` Bruce Ashfield

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.