diff options
author | Scott Garman <scott.a.garman@intel.com> | 2011-06-05 17:02:39 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-07 21:38:35 +0100 |
commit | 757db8a21b9b1a20fd9f8af8161d4b9fd7022c4f (patch) | |
tree | 0323a9d7e543da57ef1487605ed2fd18baad9e30 /meta/recipes-extended/grep | |
parent | 4555c2bd7bcb721b7bba9e2f752896f54bf9a7f3 (diff) | |
download | poky-757db8a21b9b1a20fd9f8af8161d4b9fd7022c4f.tar.gz |
grep: upgrade to v2.8
(From OE-Core rev: 40030433662c8a43c89e20099330aa5172ac0c27)
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/grep')
-rw-r--r-- | meta/recipes-extended/grep/grep_2.8.bb (renamed from meta/recipes-extended/grep/grep_2.7.bb) | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/meta/recipes-extended/grep/grep_2.7.bb b/meta/recipes-extended/grep/grep_2.8.bb index c3e098688e..7e58ff8539 100644 --- a/meta/recipes-extended/grep/grep_2.7.bb +++ b/meta/recipes-extended/grep/grep_2.8.bb | |||
@@ -1,7 +1,8 @@ | |||
1 | DESCRIPTION = "grep GNU utility" | 1 | DESCRIPTION = "GNU grep utility" |
2 | HOMEPAGE = "http://savannah.gnu.org/projects/grep/" | 2 | HOMEPAGE = "http://savannah.gnu.org/projects/grep/" |
3 | BUGTRACKER = "http://savannah.gnu.org/bugs/?group=grep" | 3 | BUGTRACKER = "http://savannah.gnu.org/bugs/?group=grep" |
4 | SECTION = "console/utils" | 4 | SECTION = "console/utils" |
5 | PRIORITY = "optional" | ||
5 | LICENSE = "GPLv3" | 6 | LICENSE = "GPLv3" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=8006d9c814277c1bfc4ca22af94b59ee" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=8006d9c814277c1bfc4ca22af94b59ee" |
7 | 8 | ||
@@ -9,8 +10,8 @@ PR = "r0" | |||
9 | 10 | ||
10 | SRC_URI = "${GNU_MIRROR}/grep/grep-${PV}.tar.gz" | 11 | SRC_URI = "${GNU_MIRROR}/grep/grep-${PV}.tar.gz" |
11 | 12 | ||
12 | SRC_URI[md5sum] = "e848f07e3e79aa7899345d17c7e4115e" | 13 | SRC_URI[md5sum] = "cb2dfc502c5afc7a4a6e5f6cefd6850e" |
13 | SRC_URI[sha256sum] = "ad14831015a79cea36785aa47415f6c0653a6ac4eaf9c15456f0d9d09c9e1bad" | 14 | SRC_URI[sha256sum] = "da48d0e20bceaacc7d05bfcbccb34c3dee0c50bd7e80de5222fd5e319809af27" |
14 | 15 | ||
15 | inherit autotools gettext | 16 | inherit autotools gettext |
16 | 17 | ||