diff mbox series

[meta-oe,scarthgap,1/7] composefs: remove fuse3 dependencie

Message ID 20240729170910.2670446-1-jose.quaresma@foundries.io
State New
Headers show
Series [meta-oe,scarthgap,1/7] composefs: remove fuse3 dependencie | expand

Commit Message

Jose Quaresma July 29, 2024, 5:09 p.m. UTC
From: Jose Quaresma <quaresma.jose@gmail.com>

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>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 8b54f1b64d274d07eb202a0a8056241973c6f112)
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"