diff options
Diffstat (limited to 'meta/recipes-extended/grep/grep_3.6.bb')
-rw-r--r-- | meta/recipes-extended/grep/grep_3.6.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/grep/grep_3.6.bb b/meta/recipes-extended/grep/grep_3.6.bb index cb009b9132..c17b96d7bd 100644 --- a/meta/recipes-extended/grep/grep_3.6.bb +++ b/meta/recipes-extended/grep/grep_3.6.bb | |||
@@ -1,5 +1,6 @@ | |||
1 | SUMMARY = "GNU grep utility" | 1 | SUMMARY = "GNU grep utility" |
2 | HOMEPAGE = "http://savannah.gnu.org/projects/grep/" | 2 | HOMEPAGE = "http://savannah.gnu.org/projects/grep/" |
3 | DESCRIPTION = "Grep searches one or more input files for lines containing a match to a specified pattern. By default, grep prints the matching lines." | ||
3 | BUGTRACKER = "http://savannah.gnu.org/bugs/?group=grep" | 4 | BUGTRACKER = "http://savannah.gnu.org/bugs/?group=grep" |
4 | SECTION = "console/utils" | 5 | SECTION = "console/utils" |
5 | LICENSE = "GPLv3" | 6 | LICENSE = "GPLv3" |