]> code.ossystems Code Review - openembedded-core.git/commitdiff
latencytop: fix SRC_URI and HOMEPAGE
authorRobert Yang <liezhi.yang@windriver.com>
Wed, 28 Jan 2015 05:38:18 +0000 (21:38 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 3 Feb 2015 14:53:41 +0000 (14:53 +0000)
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 <liezhi.yang@windriver.com>
meta/recipes-kernel/latencytop/latencytop_0.5.bb

index e910a96f438d3197731cd93f3f1c80f4e0f1ca13..cb0a3c5ed1f86d20a54aa10d78f9be0812124114 100644 (file)
@@ -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"