diff mbox series

[meta-oe,1/2] fuse3: move from meta-filesystems to meta-oe

Message ID 20240510054709.4044191-1-f_l_k@t-online.de
State Accepted
Headers show
Series [meta-oe,1/2] fuse3: move from meta-filesystems to meta-oe | expand

Commit Message

Markus Volk May 10, 2024, 5:47 a.m. UTC
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>
---
 .../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%)

Comments

Khem Raj May 13, 2024, 4:49 a.m. UTC | #1
This fails layer compatibility tests - see
https://autobuilder.yoctoproject.org/typhoon/#/builders/88/builds/3853/steps/12/logs/errors

On Thu, May 9, 2024 at 10:46 PM Markus Volk via lists.openembedded.org
<f_l_k=t-online.de@lists.openembedded.org> wrote:
>
> 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>
> ---
>  .../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/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
diff mbox series

Patch

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}"