]> code.ossystems Code Review - openembedded-core.git/commitdiff
groff 1.18.1.4: fix HOMEPAGE and SRC_URI
authorRobert Yang <liezhi.yang@windriver.com>
Tue, 27 Jan 2015 07:03:55 +0000 (23:03 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 7 Feb 2015 18:52:46 +0000 (18:52 +0000)
The upstream has moved tarball to "old" dir.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
meta/recipes-extended/groff/groff_1.18.1.4.bb

index 7fbce9bc4afc2a29d1e63c20ced28d03df8a48b7..bd786a30aadf5184d667d28f0d14c1355bbe6582 100644 (file)
@@ -2,13 +2,13 @@ SUMMARY = "GNU Troff software"
 DESCRIPTION = "The groff (GNU troff) software is a typesetting package which reads plain text mixed with \
 formatting commands and produces formatted output."
 SECTION = "console/utils"
-HOMEPAGE = "ftp://ftp.gnu.org/gnu/groff/"
+HOMEPAGE = "http://www.gnu.org/software/groff/"
 LICENSE = "GPLv2"
 PR = "r1"
 
 LIC_FILES_CHKSUM = "file://COPYING;md5=e43fc16fccd8519fba405f0a0ff6e8a3"
 
-SRC_URI = "${GNU_MIRROR}/groff/groff-${PV}.tar.gz \
+SRC_URI = "${GNU_MIRROR}/${BPN}/old/${BP}.tar.gz \
           file://groff-1.18.1.4-remove-mom.patch;striplevel=1 \
           file://man-local.patch \
           file://mdoc-local.patch \