From 7e6f503083e1d1fd1de78d297bc07eccbaab1a4b Mon Sep 17 00:00:00 2001 From: Renato Caldas Date: Thu, 6 Jul 2023 15:40:47 +0100 Subject: crun: fix compilation with musl Requires either libargp or argp-standalone. Signed-off-by: Renato Caldas Signed-off-by: Bruce Ashfield --- 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 2ff85860..a26de16a 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 -- cgit v1.2.3-54-g00ecf