All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/s390-tools: drop fuse2 support and replace it with fuse3
@ 2022-05-11 10:36 Alexander Egorenkov
  2022-05-12  8:44 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Alexander Egorenkov @ 2022-05-11 10:36 UTC (permalink / raw)
  To: buildroot

s390-tools dropped FUSE2 support since v2.20.
It has been replaced with FUSE3.

Fixes:
- http://autobuild.buildroot.net/results/e12bace34870a33b68eb5759cece051aaaf5c1f9

References:
- https://github.com/ibm-s390-linux/s390-tools/pull/117
- https://github.com/ibm-s390-linux/s390-tools/issues/116

Signed-off-by: Alexander Egorenkov <egorenar@linux.ibm.com>
---
 package/s390-tools/s390-tools.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/s390-tools/s390-tools.mk b/package/s390-tools/s390-tools.mk
index 040db78c05a6..f38110079282 100644
--- a/package/s390-tools/s390-tools.mk
+++ b/package/s390-tools/s390-tools.mk
@@ -77,8 +77,8 @@ else
 S390_TOOLS_MAKE_OPTS += HAVE_PFM=0
 endif
 
-ifeq ($(BR2_PACKAGE_LIBFUSE),y)
-S390_TOOLS_DEPENDENCIES += libfuse
+ifeq ($(BR2_PACKAGE_LIBFUSE3),y)
+S390_TOOLS_DEPENDENCIES += libfuse3
 S390_TOOLS_MAKE_OPTS += HAVE_FUSE=1
 else
 S390_TOOLS_MAKE_OPTS += HAVE_FUSE=0
-- 
2.36.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Buildroot] [PATCH 1/1] package/s390-tools: drop fuse2 support and replace it with fuse3
  2022-05-11 10:36 [Buildroot] [PATCH 1/1] package/s390-tools: drop fuse2 support and replace it with fuse3 Alexander Egorenkov
@ 2022-05-12  8:44 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2022-05-12  8:44 UTC (permalink / raw)
  To: Alexander Egorenkov; +Cc: buildroot

>>>>> "Alexander" == Alexander Egorenkov <egorenar@linux.ibm.com> writes:

 > s390-tools dropped FUSE2 support since v2.20.
 > It has been replaced with FUSE3.

 > Fixes:
 > - http://autobuild.buildroot.net/results/e12bace34870a33b68eb5759cece051aaaf5c1f9

 > References:
 > - https://github.com/ibm-s390-linux/s390-tools/pull/117
 > - https://github.com/ibm-s390-linux/s390-tools/issues/116

 > Signed-off-by: Alexander Egorenkov <egorenar@linux.ibm.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-05-12  8:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-11 10:36 [Buildroot] [PATCH 1/1] package/s390-tools: drop fuse2 support and replace it with fuse3 Alexander Egorenkov
2022-05-12  8:44 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.