mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
gawk: fix HOMEPAGE
(From OE-Core rev: f7146ecfcc12d6047dc14333b399ab84edaad134) 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
c1e4e27443
commit
2ade4b23c8
@@ -2,7 +2,7 @@ SUMMARY = "GNU awk text processing utility"
|
|||||||
DESCRIPTION = "The GNU version of awk, a text processing utility. \
|
DESCRIPTION = "The GNU version of awk, a text processing utility. \
|
||||||
Awk interprets a special-purpose programming language to do \
|
Awk interprets a special-purpose programming language to do \
|
||||||
quick and easy text pattern matching and reformatting jobs."
|
quick and easy text pattern matching and reformatting jobs."
|
||||||
HOMEPAGE = "www.gnu.org/software/gawk"
|
HOMEPAGE = "https://www.gnu.org/software/gawk/"
|
||||||
BUGTRACKER = "bug-gawk@gnu.org"
|
BUGTRACKER = "bug-gawk@gnu.org"
|
||||||
SECTION = "console/utils"
|
SECTION = "console/utils"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user