aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2013-12-21 23:41:45 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-01-02 12:47:35 +0000
commit3111dc9a2edc2942f892589e575e7af63b1717d6 (patch)
tree4aed60062c6a7b1eda6260e08f38ad508d590aab
parent7c2360f6c90e0f16b81d456861f44147c473017b (diff)
downloadopenembedded-core-contrib-3111dc9a2edc2942f892589e575e7af63b1717d6.tar.gz
gawk: set reasonable SUMMARY and DESCRIPTION
Also ensure both versions have the same values. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
-rw-r--r--meta/recipes-extended/gawk/gawk_3.1.5.bb6
-rw-r--r--meta/recipes-extended/gawk/gawk_4.0.2.bb6
2 files changed, 7 insertions, 5 deletions
diff --git a/meta/recipes-extended/gawk/gawk_3.1.5.bb b/meta/recipes-extended/gawk/gawk_3.1.5.bb
index 5500974661..4d9d6e4c43 100644
--- a/meta/recipes-extended/gawk/gawk_3.1.5.bb
+++ b/meta/recipes-extended/gawk/gawk_3.1.5.bb
@@ -1,6 +1,6 @@
-SUMMARY = "The GNU awk text processing utility"
-DESCRIPTION = "The gawk package contains the GNU version of awk, a text processing \
-utility. Awk interprets a special-purpose programming language to do \
+SUMMARY = "GNU awk text processing utility"
+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"
BUGTRACKER = "bug-gawk@gnu.org"
diff --git a/meta/recipes-extended/gawk/gawk_4.0.2.bb b/meta/recipes-extended/gawk/gawk_4.0.2.bb
index 63dace4630..424b6b0077 100644
--- a/meta/recipes-extended/gawk/gawk_4.0.2.bb
+++ b/meta/recipes-extended/gawk/gawk_4.0.2.bb
@@ -1,5 +1,7 @@
-DESCRIPTION = "A program that you can use to select particular records in a \
-file and perform operations upon them."
+SUMMARY = "GNU awk text processing utility"
+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"
BUGTRACKER = "bug-gawk@gnu.org"
SECTION = "console/utils"