diff options
-rw-r--r-- | recipes-containers/crun/crun_git.bb | 2 |
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 | ||
27 | PACKAGECONFIG ??= "" | 27 | PACKAGECONFIG ??= "" |
28 | 28 | ||
29 | |||
30 | DEPENDS = "yajl libcap go-md2man-native m4-native" | 29 | DEPENDS = "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 ? |
32 | DEPENDS += "libseccomp" | 31 | DEPENDS += "libseccomp" |
33 | DEPENDS += "systemd" | 32 | DEPENDS += "systemd" |
34 | DEPENDS += "oci-image-spec oci-runtime-spec" | 33 | DEPENDS += "oci-image-spec oci-runtime-spec" |
34 | DEPENDS:append:libc-musl = " argp-standalone" | ||
35 | 35 | ||
36 | do_configure:prepend () { | 36 | do_configure:prepend () { |
37 | # extracted from autogen.sh in crun source. This avoids | 37 | # extracted from autogen.sh in crun source. This avoids |