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-08 08:00:28 +0000 |
commit | d31ec825bdaca9eaf7b3efc58feb16eb75ed27a3 (patch) | |
tree | a8d6e3651b0dec89df0d9a65933e6413a54065f1 /meta/recipes-extended/groff | |
parent | 60b932d7a48b724cb174c4ab714c6cd9fa78046c (diff) | |
download | poky-d31ec825bdaca9eaf7b3efc58feb16eb75ed27a3.tar.gz |
groff 1.18.1.4: fix HOMEPAGE and SRC_URI
The upstream has moved tarball to "old" dir.
(From OE-Core rev: 22c5aa534943b6f6e801da2cf33b66b739c0e22e)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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" | |||
2 | DESCRIPTION = "The groff (GNU troff) software is a typesetting package which reads plain text mixed with \ | 2 | DESCRIPTION = "The groff (GNU troff) software is a typesetting package which reads plain text mixed with \ |
3 | formatting commands and produces formatted output." | 3 | formatting commands and produces formatted output." |
4 | SECTION = "console/utils" | 4 | SECTION = "console/utils" |
5 | HOMEPAGE = "ftp://ftp.gnu.org/gnu/groff/" | 5 | HOMEPAGE = "http://www.gnu.org/software/groff/" |
6 | LICENSE = "GPLv2" | 6 | LICENSE = "GPLv2" |
7 | PR = "r1" | 7 | PR = "r1" |
8 | 8 | ||
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=e43fc16fccd8519fba405f0a0ff6e8a3" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=e43fc16fccd8519fba405f0a0ff6e8a3" |
10 | 10 | ||
11 | SRC_URI = "${GNU_MIRROR}/groff/groff-${PV}.tar.gz \ | 11 | SRC_URI = "${GNU_MIRROR}/${BPN}/old/${BP}.tar.gz \ |
12 | file://groff-1.18.1.4-remove-mom.patch;striplevel=1 \ | 12 | file://groff-1.18.1.4-remove-mom.patch;striplevel=1 \ |
13 | file://man-local.patch \ | 13 | file://man-local.patch \ |
14 | file://mdoc-local.patch \ | 14 | file://mdoc-local.patch \ |