mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 00:32:12 +02:00
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. (From OE-Core rev: 1f6a21b76210efa8d323014263d5656c61131803) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
a4ae55d84e
commit
92cf495979
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user