diff options
Diffstat (limited to 'meta/recipes-extended/grep/grep_3.7.bb')
-rw-r--r-- | meta/recipes-extended/grep/grep_3.7.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/grep/grep_3.7.bb b/meta/recipes-extended/grep/grep_3.7.bb index b0b89de83d..40390c25d9 100644 --- a/meta/recipes-extended/grep/grep_3.7.bb +++ b/meta/recipes-extended/grep/grep_3.7.bb | |||
@@ -3,7 +3,7 @@ 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 | DESCRIPTION = "Grep searches one or more input files for lines containing a match to a specified pattern. By default, grep prints the matching lines." |
4 | BUGTRACKER = "http://savannah.gnu.org/bugs/?group=grep" | 4 | BUGTRACKER = "http://savannah.gnu.org/bugs/?group=grep" |
5 | SECTION = "console/utils" | 5 | SECTION = "console/utils" |
6 | LICENSE = "GPLv3" | 6 | LICENSE = "GPL-3.0-only" |
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464" |
8 | 8 | ||
9 | SRC_URI = "${GNU_MIRROR}/grep/grep-${PV}.tar.xz" | 9 | SRC_URI = "${GNU_MIRROR}/grep/grep-${PV}.tar.xz" |