openembedded-devel.lists.openembedded.org archive mirror
 help / color / mirror / Atom feed
From: Markus Volk <f_l_k@t-online.de>
To: openembedded-devel@lists.openembedded.org
Subject: [meta-oe][PATCH 1/2] fuse3: move from meta-filesystems to meta-oe
Date: Fri, 10 May 2024 07:47:08 +0200	[thread overview]
Message-ID: <20240510054709.4044191-1-f_l_k@t-online.de> (raw)

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



             reply	other threads:[~2024-05-10  5:46 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-10  5:47 Markus Volk [this message]
2024-05-10  5:47 ` [meta-oe][PATCH 2/2] flatpak;xdg-desktop-portal: add missing runtime dependency on fuse3-utils Markus Volk
2024-05-13  4:49 ` [oe] [meta-oe][PATCH 1/2] fuse3: move from meta-filesystems to meta-oe Khem Raj

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240510054709.4044191-1-f_l_k@t-online.de \
    --to=f_l_k@t-online.de \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).