summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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