summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/gawk
diff options
context:
space:
mode:
authorRadu Moisan <radu.moisan@intel.com>2013-03-11 17:06:02 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-03-18 13:18:21 +0000
commit27dd870f2aded2463be860b90f5a966fecf821b5 (patch)
treeb8da66b2e0d98d227dc76320869fd95b0adecea0 /meta/recipes-extended/gawk
parentd8d263a2a49a2d3b979e93836b802234f25c50cc (diff)
downloadpoky-27dd870f2aded2463be860b90f5a966fecf821b5.tar.gz
gawk: Upgrade to v4.0.2
(From OE-Core rev: 61c1bbb744ec709e002c67cf531892bf216e4724) Signed-off-by: Radu Moisan <radu.moisan@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/gawk')
-rw-r--r--meta/recipes-extended/gawk/gawk_4.0.2.bb (renamed from meta/recipes-extended/gawk/gawk_4.0.1.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-extended/gawk/gawk_4.0.1.bb b/meta/recipes-extended/gawk/gawk_4.0.2.bb
index 38ad25b588..d5cc52d16d 100644
--- a/meta/recipes-extended/gawk/gawk_4.0.1.bb
+++ b/meta/recipes-extended/gawk/gawk_4.0.2.bb
@@ -13,12 +13,12 @@ DEPENDS += "readline"
13 13
14RDEPENDS_gawk += "gawk-common" 14RDEPENDS_gawk += "gawk-common"
15RDEPENDS_pgawk += "gawk-common" 15RDEPENDS_pgawk += "gawk-common"
16PR = "r1" 16PR = "r0"
17 17
18SRC_URI = "${GNU_MIRROR}/gawk/gawk-${PV}.tar.gz" 18SRC_URI = "${GNU_MIRROR}/gawk/gawk-${PV}.tar.gz"
19 19
20SRC_URI[md5sum] = "bab2bda483e9f32be65b43b8dab39fa5" 20SRC_URI[md5sum] = "4d505dc2c9f1eb3e9f8d6cac87d4bd1a"
21SRC_URI[sha256sum] = "476dee8bea8bc3b04af5cae502b83ea16edd5b703d20418918f8773889d78c80" 21SRC_URI[sha256sum] = "6e0de117c3713aa8d7fa347fc9fd645b10038ae49d8cf947d8c1d51cbb76141a"
22 22
23inherit autotools gettext update-alternatives 23inherit autotools gettext update-alternatives
24 24