[oe-commits] Robert Yang : man: fix SRC_URI

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


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

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

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

---

 meta/recipes-extended/man/man_1.6g.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-extended/man/man_1.6g.bb b/meta/recipes-extended/man/man_1.6g.bb
index 985ed99..cd9edbe 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 \



More information about the Openembedded-commits mailing list