Commit 8d3c0bcf authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

libfuse: fix download URL



The old URL nowadays return a 404.

Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent a22dc0f2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@

LIBFUSE_VERSION = 2.8.7
LIBFUSE_SOURCE = fuse-$(LIBFUSE_VERSION).tar.gz
LIBFUSE_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/fuse/
LIBFUSE_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/project/fuse/fuse-2.X/$(LIBFUSE_VERSION)

LIBFUSE_INSTALL_STAGING = YES
LIBFUSE_CONF_OPT= --disable-nls \