summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2024-05-10 07:47:08 +0200
committerKhem Raj <raj.khem@gmail.com>2024-05-19 08:27:51 -0700
commit7cceba0e2cbe5b045c1dc175cfdfefd7fbd3bc62 (patch)
treef873f01541bce368873f89e89d6ae833692638b2
parentc16704f6a38dabfccc7a0651fa9ba4c67b6f510a (diff)
downloadmeta-openembedded-7cceba0e2cbe5b045c1dc175cfdfefd7fbd3bc62.tar.gz
fuse3: move from meta-filesystems to meta-oe
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 <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-support/fuse/fuse3/run-ptest (renamed from meta-filesystems/recipes-support/fuse/fuse3/run-ptest)0
-rw-r--r--meta-oe/recipes-support/fuse/fuse3_3.16.2.bb (renamed from meta-filesystems/recipes-support/fuse/fuse3_3.16.2.bb)3
2 files changed, 1 insertions, 2 deletions
diff --git a/meta-filesystems/recipes-support/fuse/fuse3/run-ptest b/meta-oe/recipes-support/fuse/fuse3/run-ptest
index b63c4de0d9..b63c4de0d9 100644
--- a/meta-filesystems/recipes-support/fuse/fuse3/run-ptest
+++ b/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
index 2b0797a6f5..307544bf3d 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 = " \
13 file://LICENSE;md5=a55c12a2d7d742ecb41ca9ae0a6ddc66 \ 13 file://LICENSE;md5=a55c12a2d7d742ecb41ca9ae0a6ddc66 \
14" 14"
15 15
16SRC_URI = "https://github.com/libfuse/libfuse/releases/download/fuse-${PV}/fuse-${PV}.tar.gz \ 16SRC_URI = "https://github.com/libfuse/libfuse/releases/download/fuse-${PV}/fuse-${PV}.tar.gz"
17"
18SRC_URI[sha256sum] = "f797055d9296b275e981f5f62d4e32e089614fc253d1ef2985851025b8a0ce87" 17SRC_URI[sha256sum] = "f797055d9296b275e981f5f62d4e32e089614fc253d1ef2985851025b8a0ce87"
19 18
20S = "${WORKDIR}/fuse-${PV}" 19S = "${WORKDIR}/fuse-${PV}"