summaryrefslogtreecommitdiffstats
path: root/rules/fuse-zip.make
diff options
context:
space:
mode:
authorGuillermo Rodriguez <guille.rodriguez@gmail.com>2018-05-25 13:16:26 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-05-25 20:59:29 +0200
commitcd58f72119ac99bbe7f536b4c6f48e34506d18e7 (patch)
tree1dfadd4a52575380ab407c84768d966c95e6d27c /rules/fuse-zip.make
parent228bcb3a5fd401708817a04571344f6ff1f7822e (diff)
downloadptxdist-cd58f72119ac99bbe7f536b4c6f48e34506d18e7.tar.gz
ptxdist-cd58f72119ac99bbe7f536b4c6f48e34506d18e7.tar.xz
fuse-zip: version bump 0.4.0 -> 0.4.2
Update fuse-zip to 0.4.2, move out of staging. There has been a recent (Dec 2017) change in licensing in fuse-zip (from LGPL to GPL). I am updating to the latest version before the licensing change. Signed-off-by: Guillermo Rodriguez <guille.rodriguez@gmail.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/fuse-zip.make')
-rw-r--r--rules/fuse-zip.make14
1 files changed, 6 insertions, 8 deletions
diff --git a/rules/fuse-zip.make b/rules/fuse-zip.make
index 482fe1840..8f7fb8c44 100644
--- a/rules/fuse-zip.make
+++ b/rules/fuse-zip.make
@@ -1,6 +1,6 @@
# -*-makefile-*-
#
-# Copyright (C) 2014 by Guillermo Rodriguez <guille.rodriguez@gmail.com>
+# Copyright (C) 2018 by Guillermo Rodriguez <guille.rodriguez@gmail.com>
#
# See CREDITS for details about who has contributed to this project.
#
@@ -16,11 +16,11 @@ PACKAGES-$(PTXCONF_FUSE_ZIP) += fuse-zip
#
# Paths and names
#
-FUSE_ZIP_VERSION := 0.4.0
-FUSE_ZIP_MD5 := da2d85c5b28ccd153c928f8030e3f729
-FUSE_ZIP := fuse-zip-$(FUSE_ZIP_VERSION)
+FUSE_ZIP_VERSION := 0.4.2
+FUSE_ZIP_MD5 := 673a351e4116d5576a92d62d21208afe
+FUSE_ZIP := fuse-zip-$(FUSE_ZIP_VERSION)
FUSE_ZIP_SUFFIX := tar.gz
-FUSE_ZIP_URL := http://fuse-zip.googlecode.com/files/$(FUSE_ZIP).$(FUSE_ZIP_SUFFIX)
+FUSE_ZIP_URL := https://bitbucket.org/agalanin/fuse-zip/downloads/$(FUSE_ZIP).$(FUSE_ZIP_SUFFIX)
FUSE_ZIP_SOURCE := $(SRCDIR)/$(FUSE_ZIP).$(FUSE_ZIP_SUFFIX)
FUSE_ZIP_DIR := $(BUILDDIR)/$(FUSE_ZIP)
FUSE_ZIP_LICENSE := LGPL
@@ -31,9 +31,7 @@ FUSE_ZIP_LICENSE := LGPL
FUSE_ZIP_CONF_TOOL := NO
FUSE_ZIP_MAKE_ENV := $(CROSS_ENV)
-
-# Makefile ignores DESTDIR
-FUSE_ZIP_INSTALL_OPT := 'INSTALLPREFIX=$(FUSE_ZIP_PKGDIR)/usr' install
+FUSE_ZIP_INSTALL_OPT := 'prefix=/usr' install
# ----------------------------------------------------------------------------