From: Renato Caldas <[email protected]> Requires either libargp or argp-standalone.
Signed-off-by: Renato Caldas <[email protected]> --- 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
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#8121): https://lists.yoctoproject.org/g/meta-virtualization/message/8121 Mute This Topic: https://lists.yoctoproject.org/mt/99986709/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
