mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-25 20:26:34 +00:00
libfuse: fix download URL
The old URL nowadays return a 404. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
a22dc0f230
commit
8d3c0bcfeb
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
LIBFUSE_VERSION = 2.8.7
|
LIBFUSE_VERSION = 2.8.7
|
||||||
LIBFUSE_SOURCE = fuse-$(LIBFUSE_VERSION).tar.gz
|
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_INSTALL_STAGING = YES
|
||||||
LIBFUSE_CONF_OPT= --disable-nls \
|
LIBFUSE_CONF_OPT= --disable-nls \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user