summaryrefslogtreecommitdiff
path: root/package/libfuse
diff options
context:
space:
mode:
authorJerzy Grzegorek <jerzy.grzegorek@trzebnica.net>2015-12-30 15:08:31 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-12-30 15:57:23 +0100
commit556aab13e4d33c06feeb8f2145f9aacfac035021 (patch)
treec034dcaa127ee77dc249c187793b41d8bce1d25f /package/libfuse
parent63b4d2e49d920831837349a10669384204bc3c55 (diff)
libfuse: use LIBFUSE_VERSION variable in URL
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libfuse')
-rw-r--r--package/libfuse/libfuse.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libfuse/libfuse.mk b/package/libfuse/libfuse.mk
index 32d70d31d..9928d622b 100644
--- a/package/libfuse/libfuse.mk
+++ b/package/libfuse/libfuse.mk
@@ -6,7 +6,7 @@
LIBFUSE_VERSION = 2.9.4
LIBFUSE_SOURCE = fuse-$(LIBFUSE_VERSION).tar.gz
-LIBFUSE_SITE = https://github.com/libfuse/libfuse/releases/download/fuse_2_9_4
+LIBFUSE_SITE = https://github.com/libfuse/libfuse/releases/download/fuse_$(subst .,_,$(LIBFUSE_VERSION))
LIBFUSE_LICENSE = GPLv2, LGPLv2.1
LIBFUSE_LICENSE_FILES = COPYING COPYING.LIB
LIBFUSE_INSTALL_STAGING = YES