diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2015-03-18 22:33:03 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-03-22 08:50:01 +0000 |
commit | 75c16c0cdcd250628da4b9bc09cdad4f7ef9201d (patch) | |
tree | 1c9067f98363b56ff24bbd96de9c0413184b7631 /meta/recipes-extended/groff | |
parent | 2ade4b23c8676ab7bdc1b8e4585d5efba2c43668 (diff) | |
download | poky-75c16c0cdcd250628da4b9bc09cdad4f7ef9201d.tar.gz |
groff: fix HOMEPAGE
(From OE-Core rev: 55d0a51a683e00eb129521c74c1d8adc27ce2dea)
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.22.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/groff/groff_1.22.2.bb b/meta/recipes-extended/groff/groff_1.22.2.bb index 63f0425ea4..6e845878ac 100644 --- a/meta/recipes-extended/groff/groff_1.22.2.bb +++ b/meta/recipes-extended/groff/groff_1.22.2.bb | |||
@@ -2,7 +2,7 @@ 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 = "base" | 4 | SECTION = "base" |
5 | HOMEPAGE = "ftp://ftp.gnu.org/gnu/groff/" | 5 | HOMEPAGE = "http://www.gnu.org/software/groff/" |
6 | LICENSE = "GPLv3" | 6 | LICENSE = "GPLv3" |
7 | PR = "r1" | 7 | PR = "r1" |
8 | 8 | ||