summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJose Quaresma <quaresma.jose@gmail.com>2024-05-09 10:31:22 +0100
committerKhem Raj <raj.khem@gmail.com>2024-05-12 08:43:17 -0700
commit8b54f1b64d274d07eb202a0a8056241973c6f112 (patch)
tree2f80c7cbb22d079e6b0d2dd8e6d09b684bf7b47a
parentd435a32020be6953cd7e99f94a5c6e5c45a186cc (diff)
downloadmeta-openembedded-8b54f1b64d274d07eb202a0a8056241973c6f112.tar.gz
composefs: remove fuse3 dependencie
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>
-rw-r--r--meta-filesystems/recipes-support/composefs/composefs_1.0.3.bb2
1 files changed, 1 insertions, 1 deletions
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 = "\
9 file://COPYINGv3;md5=d32239bcb673463ab874e80d47fae504 \ 9 file://COPYINGv3;md5=d32239bcb673463ab874e80d47fae504 \
10 file://LICENSE.Apache-2.0;md5=3b83ef96387f14655fc854ddc3c6bd57 \ 10 file://LICENSE.Apache-2.0;md5=3b83ef96387f14655fc854ddc3c6bd57 \
11" 11"
12DEPENDS = "fuse3 openssl" 12DEPENDS = "openssl"
13SRCREV = "2d5cdcb9176cfe4ccf1761ef6d78e1c48de35649" 13SRCREV = "2d5cdcb9176cfe4ccf1761ef6d78e1c48de35649"
14PV = "1.0.3" 14PV = "1.0.3"
15 15