mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 21:49:33 +02:00
gawk: set reasonable SUMMARY and DESCRIPTION
Also ensure both versions have the same values. (From OE-Core rev: 3111dc9a2edc2942f892589e575e7af63b1717d6) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
535ebc9653
commit
1b50dbced9
@@ -1,6 +1,6 @@
|
|||||||
SUMMARY = "The GNU awk text processing utility"
|
SUMMARY = "GNU awk text processing utility"
|
||||||
DESCRIPTION = "The gawk package contains the GNU version of awk, a text processing \
|
DESCRIPTION = "The GNU version of awk, a text processing utility. \
|
||||||
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 = "www.gnu.org/software/gawk"
|
||||||
BUGTRACKER = "bug-gawk@gnu.org"
|
BUGTRACKER = "bug-gawk@gnu.org"
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
DESCRIPTION = "A program that you can use to select particular records in a \
|
SUMMARY = "GNU awk text processing utility"
|
||||||
file and perform operations upon them."
|
DESCRIPTION = "The GNU version of awk, a text processing utility. \
|
||||||
|
Awk interprets a special-purpose programming language to do \
|
||||||
|
quick and easy text pattern matching and reformatting jobs."
|
||||||
HOMEPAGE = "www.gnu.org/software/gawk"
|
HOMEPAGE = "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