aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2015-01-27 21:38:18 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-02-03 14:53:41 +0000
commit1f6a21b76210efa8d323014263d5656c61131803 (patch)
tree2b58ca2f424081d17805074d82dff432604466ec
parent3fa94ef9685651b9fe812e122748ebac1cf66471 (diff)
downloadopenembedded-core-contrib-1f6a21b76210efa8d323014263d5656c61131803.tar.gz
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 <liezhi.yang@windriver.com>
-rw-r--r--meta/recipes-kernel/latencytop/latencytop_0.5.bb2
1 files changed, 1 insertions, 1 deletions
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"