diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2015-01-26 23:03:55 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-07 18:52:46 +0000 |
commit | 22c5aa534943b6f6e801da2cf33b66b739c0e22e (patch) | |
tree | 584d02c3ea588ab2588152a9b5756f22b498bbb7 /meta/recipes-extended/groff | |
parent | b2feaf0d542047b28abaf946bf7ad6fcdcaf6784 (diff) | |
download | openembedded-core-22c5aa534943b6f6e801da2cf33b66b739c0e22e.tar.gz openembedded-core-22c5aa534943b6f6e801da2cf33b66b739c0e22e.tar.bz2 openembedded-core-22c5aa534943b6f6e801da2cf33b66b739c0e22e.zip |
groff 1.18.1.4: fix HOMEPAGE and SRC_URI
The upstream has moved tarball to "old" dir.
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Diffstat (limited to 'meta/recipes-extended/groff')
-rw-r--r-- | meta/recipes-extended/groff/groff_1.18.1.4.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/groff/groff_1.18.1.4.bb b/meta/recipes-extended/groff/groff_1.18.1.4.bb index 7fbce9bc4a..bd786a30aa 100644 --- a/meta/recipes-extended/groff/groff_1.18.1.4.bb +++ b/meta/recipes-extended/groff/groff_1.18.1.4.bb @@ -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 \ |