summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOleksij Rempel <o.rempel@pengutronix.de>2018-08-14 08:34:10 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-08-31 10:13:31 +0200
commitbfc2a78cf68c859d701ec9c9749e070bdb853899 (patch)
treed19511514b4f740498cf5333f2a7b36a4a79fe28
parent01e72f4db9602d6b4f4a2f45426c942bf296445d (diff)
downloadptxdist-bfc2a78cf68c859d701ec9c9749e070bdb853899.tar.gz
ptxdist-bfc2a78cf68c859d701ec9c9749e070bdb853899.tar.xz
latencytop: fix URL
www.latencytop.org is down. Let's switch to debian snapshot. Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/latencytop.make5
1 files changed, 3 insertions, 2 deletions
diff --git a/rules/latencytop.make b/rules/latencytop.make
index bd50e48fc..18d8ba7a8 100644
--- a/rules/latencytop.make
+++ b/rules/latencytop.make
@@ -20,8 +20,9 @@ LATENCYTOP_VERSION := 0.5
LATENCYTOP_MD5 := 73bb3371c6ee0b0e68e25289027e865c
LATENCYTOP := latencytop-$(LATENCYTOP_VERSION)
LATENCYTOP_SUFFIX := tar.gz
-LATENCYTOP_URL := https://www.latencytop.org/download/$(LATENCYTOP).$(LATENCYTOP_SUFFIX);no-check-certificate
-LATENCYTOP_SOURCE := $(SRCDIR)/$(LATENCYTOP).$(LATENCYTOP_SUFFIX)
+LATENCYTOP_TARBALL := latencytop_$(LATENCYTOP_VERSION).orig.$(LATENCYTOP_SUFFIX)
+LATENCYTOP_URL := http://snapshot.debian.org/archive/debian/20180814T030639Z/pool/main/l/latencytop/$(LATENCYTOP_TARBALL)
+LATENCYTOP_SOURCE := $(SRCDIR)/$(LATENCYTOP_TARBALL)
LATENCYTOP_DIR := $(BUILDDIR)/$(LATENCYTOP)
LATENCYTOP_LICENSE := GPL-2.0-only