summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/groff
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2015-03-18 22:33:03 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-03-22 08:50:01 +0000
commit75c16c0cdcd250628da4b9bc09cdad4f7ef9201d (patch)
tree1c9067f98363b56ff24bbd96de9c0413184b7631 /meta/recipes-extended/groff
parent2ade4b23c8676ab7bdc1b8e4585d5efba2c43668 (diff)
downloadpoky-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.bb2
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"
2DESCRIPTION = "The groff (GNU troff) software is a typesetting package which reads plain text mixed with \ 2DESCRIPTION = "The groff (GNU troff) software is a typesetting package which reads plain text mixed with \
3formatting commands and produces formatted output." 3formatting commands and produces formatted output."
4SECTION = "base" 4SECTION = "base"
5HOMEPAGE = "ftp://ftp.gnu.org/gnu/groff/" 5HOMEPAGE = "http://www.gnu.org/software/groff/"
6LICENSE = "GPLv3" 6LICENSE = "GPLv3"
7PR = "r1" 7PR = "r1"
8 8