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