package/libfuse3: bump to version 3.10.4
From this version, tests can be disabled, so we pass "tests=false" as a Meson option. Signed-off-by: Asaf Kahlon <asafka7@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> (cherry picked from commit 0e0abdb034f50affe45e35da2891a77376c0bec7) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
06f9da4013
commit
9556ae44c8
@@ -1,3 +1,3 @@
|
|||||||
# Locally calculated sha256 checksums
|
# Locally calculated sha256 checksums
|
||||||
sha256 c32527782cef620df58b162aa29901d1fb13253b029375d5860a2253a810344e libfuse3-3.10.3.tar.gz
|
sha256 bfcb2520fd83db29e9fefd57d3abd5285f38ad484739aeee8e03fbec9b2d984a libfuse3-3.10.4.tar.gz
|
||||||
sha256 b8832d9caaa075bbbd2aef24efa09f8b7ab66a832812d88c602da0c7b4397fad LICENSE
|
sha256 b8832d9caaa075bbbd2aef24efa09f8b7ab66a832812d88c602da0c7b4397fad LICENSE
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
LIBFUSE3_VERSION = 3.10.3
|
LIBFUSE3_VERSION = 3.10.4
|
||||||
LIBFUSE3_SITE = $(call github,libfuse,libfuse,fuse-$(LIBFUSE3_VERSION))
|
LIBFUSE3_SITE = $(call github,libfuse,libfuse,fuse-$(LIBFUSE3_VERSION))
|
||||||
LIBFUSE3_LICENSE = LGPL-2.1
|
LIBFUSE3_LICENSE = LGPL-2.1
|
||||||
LIBFUSE3_LICENSE_FILES = LICENSE
|
LIBFUSE3_LICENSE_FILES = LICENSE
|
||||||
@@ -15,7 +15,8 @@ LIBFUSE3_DEPENDENCIES = $(if $(BR2_PACKAGE_LIBICONV),libiconv)
|
|||||||
LIBFUSE3_CONF_OPTS = \
|
LIBFUSE3_CONF_OPTS = \
|
||||||
-Dexamples=false \
|
-Dexamples=false \
|
||||||
-Dudevrulesdir=/lib/udev/rules.d \
|
-Dudevrulesdir=/lib/udev/rules.d \
|
||||||
-Duseroot=false
|
-Duseroot=false \
|
||||||
|
-Dtests=false
|
||||||
|
|
||||||
define LIBFUSE3_DEVICES
|
define LIBFUSE3_DEVICES
|
||||||
/dev/fuse c 666 0 0 10 229 0 0 -
|
/dev/fuse c 666 0 0 10 229 0 0 -
|
||||||
|
|||||||
Reference in New Issue
Block a user