]> code.ossystems Code Review - openembedded-core.git/commitdiff
gawk: set reasonable SUMMARY and DESCRIPTION
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Sat, 21 Dec 2013 23:41:45 +0000 (23:41 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 2 Jan 2014 12:47:35 +0000 (12:47 +0000)
Also ensure both versions have the same values.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
meta/recipes-extended/gawk/gawk_3.1.5.bb
meta/recipes-extended/gawk/gawk_4.0.2.bb

index 5500974661ac31b8e5ff31568921184400768706..4d9d6e4c43751fd4fd05015d427ef28d63004443 100644 (file)
@@ -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"
index 63dace46301810b7da3f35184409824556aa3378..424b6b00777a480d02045bd4427cdec37596292e 100644 (file)
@@ -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"