From df9d076d600a3d02da198af4a625980ed0633d2a Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Wed, 28 Feb 2024 00:39:15 +0800 Subject: [PATCH] rclone: add fuse3-utils as dependency rclone has switched to use fuse3 since v1.62.0. Reported-by: qiuzi Signed-off-by: Tianling Shen --- net/rclone/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/rclone/Makefile b/net/rclone/Makefile index 535e754c9c..2028f4f49b 100644 --- a/net/rclone/Makefile +++ b/net/rclone/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=rclone PKG_VERSION:=1.65.2 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/rclone/rclone/tar.gz/v$(PKG_VERSION)? @@ -43,7 +43,7 @@ endef define Package/rclone $(call Package/rclone/Default) - DEPENDS:=$(GO_ARCH_DEPENDS) +ca-bundle +fuse-utils + DEPENDS:=$(GO_ARCH_DEPENDS) +ca-bundle +fuse3-utils USERID:=rclone:rclone endef