summaryrefslogtreecommitdiffstats
path: root/rules/host-chrpath.make
diff options
context:
space:
mode:
authorBastian Stender <bst@pengutronix.de>2018-07-25 16:05:43 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-07-27 09:17:47 +0200
commit3377922ee33b04584ee8fccffde81b7bf987f116 (patch)
treed580d9ad54d286ae70432734b34fe6d66dd5a07a /rules/host-chrpath.make
parent36cda157f0853a2f1acb8e30f89cb2ab875569a8 (diff)
downloadptxdist-3377922ee33b04584ee8fccffde81b7bf987f116.tar.gz
ptxdist-3377922ee33b04584ee8fccffde81b7bf987f116.tar.xz
host-chrpath: fix URL
The alioth.debian.org service is discontinued. Use snapshot.debian.org instead. Signed-off-by: Bastian Stender <bst@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-chrpath.make')
-rw-r--r--rules/host-chrpath.make5
1 files changed, 3 insertions, 2 deletions
diff --git a/rules/host-chrpath.make b/rules/host-chrpath.make
index 8100fe113..fefb92e9c 100644
--- a/rules/host-chrpath.make
+++ b/rules/host-chrpath.make
@@ -18,9 +18,10 @@ HOST_PACKAGES-$(PTXCONF_HOST_CHRPATH) += host-chrpath
#
HOST_CHRPATH_VERSION := 0.16
HOST_CHRPATH_MD5 := 2bf8d1d1ee345fc8a7915576f5649982
-HOST_CHRPATH := chrpath-$(HOST_CHRPATH_VERSION)
HOST_CHRPATH_SUFFIX := tar.gz
-HOST_CHRPATH_URL := https://alioth.debian.org/frs/download.php/file/3979/$(HOST_CHRPATH).$(HOST_CHRPATH_SUFFIX)
+HOST_CHRPATH := chrpath-$(HOST_CHRPATH_VERSION)
+HOST_CHRPATH_TARBALL := chrpath_$(HOST_CHRPATH_VERSION).orig.$(HOST_CHRPATH_SUFFIX)
+HOST_CHRPATH_URL := http://snapshot.debian.org/archive/debian/20140119T220629Z/pool/main/c/chrpath/$(HOST_CHRPATH_TARBALL)
HOST_CHRPATH_SOURCE := $(SRCDIR)/$(HOST_CHRPATH).$(HOST_CHRPATH_SUFFIX)
HOST_CHRPATH_DIR := $(HOST_BUILDDIR)/$(HOST_CHRPATH)
HOST_CHRPATH_LICENSE := GPL-2.0-only