From: Marcin Juszkiewicz Date: Mon, 18 Dec 2006 21:32:21 +0000 (+0000) Subject: man: fixed SRC_URI X-Git-Tag: Release-2010-05/1~9453^2~125^2~24^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e056a869184fa59e4432a6020234cf0ea92d3e23;p=openembedded.git man: fixed SRC_URI --- diff --git a/packages/man/man_1.5m2.bb b/packages/man/man_1.5m2.bb index 10e0576b3c..45c94cbaca 100644 --- a/packages/man/man_1.5m2.bb +++ b/packages/man/man_1.5m2.bb @@ -6,7 +6,7 @@ of the documentation available on a Linux system." RDEPENDS_${PN} = "less groff" PR = "r1" -SRC_URI = "${KERNELORG_MIRROR}/gpub/linux/utils/man/man-${PV}.tar.bz2" +SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/man/man-${PV}.tar.bz2" EXTRA_OEMAKE = "" GS = "-DGREPSILENT=\"q\"" diff --git a/packages/man/man_1.5p.bb b/packages/man/man_1.5p.bb index b05c935513..e46b5b03cc 100644 --- a/packages/man/man_1.5p.bb +++ b/packages/man/man_1.5p.bb @@ -8,7 +8,7 @@ RDEPENDS_${PN} = "less groff" # Note: The default man.conf uses wrong names for GNU eqn and troff, # so we install our own -SRC_URI = "${KERNELORG_MIRROR}/gpub/linux/utils/man/man-${PV}.tar.bz2 \ +SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/man/man-${PV}.tar.bz2 \ file://man.conf" # Disable parallel make or it tries to link objects before they are built