mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 00:39:46 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
60b932d7a4
commit
d31ec825bd
@@ -2,13 +2,13 @@ SUMMARY = "GNU Troff software"
|
|||||||
DESCRIPTION = "The groff (GNU troff) software is a typesetting package which reads plain text mixed with \
|
DESCRIPTION = "The groff (GNU troff) software is a typesetting package which reads plain text mixed with \
|
||||||
formatting commands and produces formatted output."
|
formatting commands and produces formatted output."
|
||||||
SECTION = "console/utils"
|
SECTION = "console/utils"
|
||||||
HOMEPAGE = "ftp://ftp.gnu.org/gnu/groff/"
|
HOMEPAGE = "http://www.gnu.org/software/groff/"
|
||||||
LICENSE = "GPLv2"
|
LICENSE = "GPLv2"
|
||||||
PR = "r1"
|
PR = "r1"
|
||||||
|
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=e43fc16fccd8519fba405f0a0ff6e8a3"
|
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://groff-1.18.1.4-remove-mom.patch;striplevel=1 \
|
||||||
file://man-local.patch \
|
file://man-local.patch \
|
||||||
file://mdoc-local.patch \
|
file://mdoc-local.patch \
|
||||||
|
|||||||
Reference in New Issue
Block a user