From 1f6a21b76210efa8d323014263d5656c61131803 Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Tue, 27 Jan 2015 21:38:18 -0800 Subject: latencytop: fix SRC_URI and HOMEPAGE Fixed: WARNING: Failed to fetch URL http://www.latencytop.org/download/latencytop-0.5.tar.gz, attempting MIRRORS if available Its homepage is also down, but can't find a proper one atm. Signed-off-by: Robert Yang --- meta/recipes-kernel/latencytop/latencytop_0.5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-kernel/latencytop/latencytop_0.5.bb b/meta/recipes-kernel/latencytop/latencytop_0.5.bb index e910a96f43..cb0a3c5ed1 100644 --- a/meta/recipes-kernel/latencytop/latencytop_0.5.bb +++ b/meta/recipes-kernel/latencytop/latencytop_0.5.bb @@ -8,7 +8,7 @@ DEPENDS = "virtual/libintl ncurses glib-2.0" PR = "r3" -SRC_URI = "http://www.latencytop.org/download/latencytop-${PV}.tar.gz \ +SRC_URI = "http://pkgs.fedoraproject.org/repo/pkgs/${BPN}/${BP}.tar.gz/73bb3371c6ee0b0e68e25289027e865c/${BP}.tar.gz \ file://latencytop-makefile.patch \ file://latencytop-fsync.patch" -- cgit 1.2.3-korg