[OE-core] [PATCH 17/38] gawk: set reasonable SUMMARY and DESCRIPTION

Paul Eggleton paul.eggleton at linux.intel.com
Sat Dec 28 22:29:13 UTC 2013


Also ensure both recipe versions have the same values.

Signed-off-by: Paul Eggleton <paul.eggleton at linux.intel.com>
---
 meta/recipes-extended/gawk/gawk_3.1.5.bb | 6 +++---
 meta/recipes-extended/gawk/gawk_4.0.2.bb | 6 ++++--
 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 5500974..4d9d6e4 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 at 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 63dace4..424b6b0 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 at gnu.org"
 SECTION = "console/utils"
-- 
1.8.1.2




More information about the Openembedded-core mailing list