The RDEPEND fuse-overlayfs is an Optional package so use packageconfig to control it.
Refer to https://podman.io/docs/installation Signed-off-by: Liu Yiding <[email protected]> --- recipes-containers/podman/podman_git.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes-containers/podman/podman_git.bb b/recipes-containers/podman/podman_git.bb index 53b9b6a0..4495d2d9 100644 --- a/recipes-containers/podman/podman_git.bb +++ b/recipes-containers/podman/podman_git.bb @@ -68,7 +68,8 @@ EXTRA_OEMAKE = " \ PODMAN_FEATURES ?= "docker" PACKAGECONFIG ?= "" -PACKAGECONFIG[rootless] = ",,,fuse-overlayfs slirp4netns,," +PACKAGECONFIG[rootless] = ",,,slirp4netns,," +PACKAGECONFIG[fuse] = ",,,fuse-overlayfs,," do_compile() { cd ${S}/src -- 2.43.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#9631): https://lists.yoctoproject.org/g/meta-virtualization/message/9631 Mute This Topic: https://lists.yoctoproject.org/mt/118237141/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
