summaryrefslogtreecommitdiffstats
path: root/recipes-containers
diff options
context:
space:
mode:
authorRenato Caldas <renato@calgera.com>2023-07-06 15:40:47 +0100
committerBruce Ashfield <bruce.ashfield@gmail.com>2023-07-11 19:11:30 +0000
commit7e6f503083e1d1fd1de78d297bc07eccbaab1a4b (patch)
treeb1f953f4280a07177cb1d6d26f750942e1dcf3b9 /recipes-containers
parent0cc4d01dcbcaf1aa880b4ccc55c46b9ed343bef4 (diff)
downloadmeta-virtualization-7e6f503083e1d1fd1de78d297bc07eccbaab1a4b.tar.gz
crun: fix compilation with musl
Requires either libargp or argp-standalone. Signed-off-by: Renato Caldas <renato@calgera.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers')
-rw-r--r--recipes-containers/crun/crun_git.bb2
1 files changed, 1 insertions, 1 deletions
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
26 26
27PACKAGECONFIG ??= "" 27PACKAGECONFIG ??= ""
28 28
29
30DEPENDS = "yajl libcap go-md2man-native m4-native" 29DEPENDS = "yajl libcap go-md2man-native m4-native"
31# TODO: is there a packageconfig to turn this off ? 30# TODO: is there a packageconfig to turn this off ?
32DEPENDS += "libseccomp" 31DEPENDS += "libseccomp"
33DEPENDS += "systemd" 32DEPENDS += "systemd"
34DEPENDS += "oci-image-spec oci-runtime-spec" 33DEPENDS += "oci-image-spec oci-runtime-spec"
34DEPENDS:append:libc-musl = " argp-standalone"
35 35
36do_configure:prepend () { 36do_configure:prepend () {
37 # extracted from autogen.sh in crun source. This avoids 37 # extracted from autogen.sh in crun source. This avoids