summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/grep
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2014-01-06 11:27:25 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-01-06 22:17:29 +0000
commit26a3116cbcfffc65cf240e4985d77504e8ebb1aa (patch)
tree7bed4831d870d84e802f748cebc100449b7e84e4 /meta/recipes-extended/grep
parent16080a3485bd793edd66ed8361f1e8b86a9e19ea (diff)
downloadpoky-26a3116cbcfffc65cf240e4985d77504e8ebb1aa.tar.gz
grep: upgrade to 2.16
(From OE-Core rev: 8b400596c727a24f585bc54d0609648c1672ca8e) 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.16.bb (renamed from meta/recipes-extended/grep/grep_2.15.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/grep/grep_2.15.bb b/meta/recipes-extended/grep/grep_2.16.bb
index b24188ff4b..be39555147 100644
--- a/meta/recipes-extended/grep/grep_2.15.bb
+++ b/meta/recipes-extended/grep/grep_2.16.bb
@@ -7,8 +7,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=8006d9c814277c1bfc4ca22af94b59ee"
7 7
8SRC_URI = "${GNU_MIRROR}/grep/grep-${PV}.tar.xz" 8SRC_URI = "${GNU_MIRROR}/grep/grep-${PV}.tar.xz"
9 9
10SRC_URI[md5sum] = "8cab8ca52bcae735af40278423c7c942" 10SRC_URI[md5sum] = "502350a6c8f7c2b12ee58829e760b44d"
11SRC_URI[sha256sum] = "bf5a834e587974c8c64e71b35b9e75cd21c7ff253c0e7fbfb0a78be794965314" 11SRC_URI[sha256sum] = "16dfeb5013d8c9f21f40ccec0936f2c1c6a014c828d30488f0d5c6ef7b551162"
12 12
13inherit autotools gettext 13inherit autotools gettext
14 14