From: Robert Yang Date: Wed, 28 Jan 2015 03:18:55 +0000 (-0800) Subject: man: fix SRC_URI X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~31405 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=787f735c4f66fc498d86b468c862ceed25ed80de;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git man: fix SRC_URI Fixed: WARNING: Failed to fetch URL http://primates.ximian.com/~flucifredi/man/man-1.6g.tar.gz, attempting MIRRORS if available Its HOMEPAGE is also down, but can't find one for it. Signed-off-by: Robert Yang --- diff --git a/meta/recipes-extended/man/man_1.6g.bb b/meta/recipes-extended/man/man_1.6g.bb index 985ed991249..cd9edbed897 100644 --- a/meta/recipes-extended/man/man_1.6g.bb +++ b/meta/recipes-extended/man/man_1.6g.bb @@ -22,7 +22,7 @@ def compress_pkg(d): RDEPENDS_${PN} += "${@compress_pkg(d)}" -SRC_URI = "http://primates.ximian.com/~flucifredi/${BPN}/${BPN}-${PV}.tar.gz \ +SRC_URI = "http://pkgs.fedoraproject.org/lookaside/pkgs/man2html/${BP}.tar.gz/ba154d5796928b841c9c69f0ae376660/${BP}.tar.gz \ file://man-1.5k-confpath.patch;striplevel=0 \ file://man-1.5h1-make.patch \ file://man-1.5k-nonascii.patch \