[oe-commits] Robert Yang : latencytop: fix SRC_URI and HOMEPAGE

git at git.openembedded.org git at git.openembedded.org
Tue Feb 3 14:54:15 UTC 2015


Module: openembedded-core.git
Branch: master
Commit: 1f6a21b76210efa8d323014263d5656c61131803
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=1f6a21b76210efa8d323014263d5656c61131803

Author: Robert Yang <liezhi.yang at windriver.com>
Date:   Tue Jan 27 21:38:18 2015 -0800

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 at windriver.com>

---

 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 e910a96..cb0a3c5 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"
 



More information about the Openembedded-commits mailing list