diff options
author | Cristiana Voicu <cristiana.voicu@intel.com> | 2013-10-28 14:11:47 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-10-29 10:41:40 +0000 |
commit | dce662ac5887c766a4daee4ca51bd67a06ba8f0d (patch) | |
tree | 364e6fc18d5a2354174ceb9436b9116ce2bca69c /meta/recipes-extended/grep | |
parent | 91c00fb70e787a13a5dca9865f7d59fcd1633eda (diff) | |
download | poky-dce662ac5887c766a4daee4ca51bd67a06ba8f0d.tar.gz |
grep: upgrade to 2.15
(From OE-Core rev: b4996f3ef827cdc12c39fe58fdb50d7486bfc7f0)
Signed-off-by: Cristiana Voicu <cristiana.voicu@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.15.bb (renamed from meta/recipes-extended/grep/grep_2.14.bb) | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/meta/recipes-extended/grep/grep_2.14.bb b/meta/recipes-extended/grep/grep_2.15.bb index 386bbd4437..b6aa882ed1 100644 --- a/meta/recipes-extended/grep/grep_2.14.bb +++ b/meta/recipes-extended/grep/grep_2.15.bb | |||
@@ -6,12 +6,10 @@ SECTION = "console/utils" | |||
6 | LICENSE = "GPLv3" | 6 | LICENSE = "GPLv3" |
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=8006d9c814277c1bfc4ca22af94b59ee" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=8006d9c814277c1bfc4ca22af94b59ee" |
8 | 8 | ||
9 | PR = "r0" | ||
10 | |||
11 | SRC_URI = "${GNU_MIRROR}/grep/grep-${PV}.tar.xz" | 9 | SRC_URI = "${GNU_MIRROR}/grep/grep-${PV}.tar.xz" |
12 | 10 | ||
13 | SRC_URI[md5sum] = "d4a3f03849d1e17ce56ab76aa5a24cab" | 11 | SRC_URI[md5sum] = "8cab8ca52bcae735af40278423c7c942" |
14 | SRC_URI[sha256sum] = "e70e801d4fbb16e761654a58ae48bf5020621c95c8e35bd864742577685872e1" | 12 | SRC_URI[sha256sum] = "bf5a834e587974c8c64e71b35b9e75cd21c7ff253c0e7fbfb0a78be794965314" |
15 | 13 | ||
16 | inherit autotools gettext | 14 | inherit autotools gettext |
17 | 15 | ||