Technically flatpak and xdg-desktop-portal have a runtime dependency on
fuse3-utils. I was worried that adding it might cause problems with CI since 
fuse3
is not included in meta-oe.

Given that both packages also require fuse3 at buildtime it could be a good
idea to move fuse3 to avoid a meta-filesystems dependency for meta-oe

Signed-off-by: Markus Volk <[email protected]>
---
 .../recipes-support/fuse/fuse3/run-ptest                       | 0
 .../recipes-support/fuse/fuse3_3.16.2.bb                       | 3 +--
 2 files changed, 1 insertion(+), 2 deletions(-)
 rename {meta-filesystems => meta-oe}/recipes-support/fuse/fuse3/run-ptest 
(100%)
 rename {meta-filesystems => meta-oe}/recipes-support/fuse/fuse3_3.16.2.bb (98%)

diff --git a/meta-filesystems/recipes-support/fuse/fuse3/run-ptest 
b/meta-oe/recipes-support/fuse/fuse3/run-ptest
similarity index 100%
rename from meta-filesystems/recipes-support/fuse/fuse3/run-ptest
rename to meta-oe/recipes-support/fuse/fuse3/run-ptest
diff --git a/meta-filesystems/recipes-support/fuse/fuse3_3.16.2.bb 
b/meta-oe/recipes-support/fuse/fuse3_3.16.2.bb
similarity index 98%
rename from meta-filesystems/recipes-support/fuse/fuse3_3.16.2.bb
rename to meta-oe/recipes-support/fuse/fuse3_3.16.2.bb
index 2b0797a6f..307544bf3 100644
--- a/meta-filesystems/recipes-support/fuse/fuse3_3.16.2.bb
+++ b/meta-oe/recipes-support/fuse/fuse3_3.16.2.bb
@@ -13,8 +13,7 @@ LIC_FILES_CHKSUM = " \
     file://LICENSE;md5=a55c12a2d7d742ecb41ca9ae0a6ddc66 \
 "
 
-SRC_URI = 
"https://github.com/libfuse/libfuse/releases/download/fuse-${PV}/fuse-${PV}.tar.gz
 \
-"
+SRC_URI = 
"https://github.com/libfuse/libfuse/releases/download/fuse-${PV}/fuse-${PV}.tar.gz";
 SRC_URI[sha256sum] = 
"f797055d9296b275e981f5f62d4e32e089614fc253d1ef2985851025b8a0ce87"
 
 S = "${WORKDIR}/fuse-${PV}"
-- 
2.44.0

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#110306): 
https://lists.openembedded.org/g/openembedded-devel/message/110306
Mute This Topic: https://lists.openembedded.org/mt/106016169/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to