diff mbox series

[master,scarthgap,1/5] composefs: remove fuse3 dependencie

Message ID 20240509093126.503764-1-jose.quaresma@foundries.io
State Accepted
Headers show
Series [master,scarthgap,1/5] composefs: remove fuse3 dependencie | expand

Commit Message

Jose Quaresma May 9, 2024, 9:31 a.m. UTC
The fuse3 is only used for development purposes and the composefs uses
the kernel overlayfs and erofs on the target.

The composefs-fuse [1] tool is not even installed by default
So  all the files installed on the target are the same
with and without the fuse, this can be checked with buildhistory.

[1] https://github.com/containers/composefs/commit/f5fed9ff093ac57967a4c5253bae3ae294dd8cd9

Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
---
 meta-filesystems/recipes-support/composefs/composefs_1.0.3.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-filesystems/recipes-support/composefs/composefs_1.0.3.bb b/meta-filesystems/recipes-support/composefs/composefs_1.0.3.bb
index 7607b0a12..98eb3e1b3 100644
--- a/meta-filesystems/recipes-support/composefs/composefs_1.0.3.bb
+++ b/meta-filesystems/recipes-support/composefs/composefs_1.0.3.bb
@@ -9,7 +9,7 @@  LIC_FILES_CHKSUM = "\
     file://COPYINGv3;md5=d32239bcb673463ab874e80d47fae504 \
     file://LICENSE.Apache-2.0;md5=3b83ef96387f14655fc854ddc3c6bd57 \
 "
-DEPENDS = "fuse3 openssl"
+DEPENDS = "openssl"
 SRCREV = "2d5cdcb9176cfe4ccf1761ef6d78e1c48de35649"
 PV = "1.0.3"