diff options
| author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-12-21 23:41:45 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-02 12:50:20 +0000 |
| commit | 1b50dbced9ddae39ee80cc5e4caf26ad85292a1a (patch) | |
| tree | 410d113546611e3b79d9df5efd885b88332fc25f | |
| parent | 535ebc965381620cc3159119940ab2b4534b94ab (diff) | |
| download | poky-1b50dbced9ddae39ee80cc5e4caf26ad85292a1a.tar.gz | |
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>
| -rw-r--r-- | meta/recipes-extended/gawk/gawk_3.1.5.bb | 6 | ||||
| -rw-r--r-- | 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 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 @@ | |||
| 1 | SUMMARY = "The GNU awk text processing utility" | 1 | SUMMARY = "GNU awk text processing utility" |
| 2 | DESCRIPTION = "The gawk package contains the GNU version of awk, a text processing \ | 2 | DESCRIPTION = "The GNU version of awk, a text processing utility. \ |
| 3 | utility. Awk interprets a special-purpose programming language to do \ | 3 | Awk interprets a special-purpose programming language to do \ |
| 4 | quick and easy text pattern matching and reformatting jobs." | 4 | quick and easy text pattern matching and reformatting jobs." |
| 5 | HOMEPAGE = "www.gnu.org/software/gawk" | 5 | HOMEPAGE = "www.gnu.org/software/gawk" |
| 6 | BUGTRACKER = "bug-gawk@gnu.org" | 6 | 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 @@ | |||
| 1 | DESCRIPTION = "A program that you can use to select particular records in a \ | 1 | SUMMARY = "GNU awk text processing utility" |
| 2 | file and perform operations upon them." | 2 | DESCRIPTION = "The GNU version of awk, a text processing utility. \ |
| 3 | Awk interprets a special-purpose programming language to do \ | ||
| 4 | quick and easy text pattern matching and reformatting jobs." | ||
| 3 | HOMEPAGE = "www.gnu.org/software/gawk" | 5 | HOMEPAGE = "www.gnu.org/software/gawk" |
| 4 | BUGTRACKER = "bug-gawk@gnu.org" | 6 | BUGTRACKER = "bug-gawk@gnu.org" |
| 5 | SECTION = "console/utils" | 7 | SECTION = "console/utils" |
