mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-12 03:24:08 +00:00
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] f5fed9ff09
Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user