summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2018-05-11 10:20:16 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-05-15 10:56:50 +0100
commitfdfdd899451674f1756f441fd0bf03a7b0f138aa (patch)
tree7b709676eb2e738917f239f9d66a9c930201fb9f /meta
parent8e3d864944e59bd0b3c0b25f3d3dcb9c178286fb (diff)
downloadpoky-fdfdd899451674f1756f441fd0bf03a7b0f138aa.tar.gz
gawk: upgrade to 4.2.1
(From OE-Core rev: 86f137436da8a6d4aded66e586ba2b1eff725022) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-extended/gawk/gawk_4.2.1.bb (renamed from meta/recipes-extended/gawk/gawk_4.2.0.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/gawk/gawk_4.2.0.bb b/meta/recipes-extended/gawk/gawk_4.2.1.bb
index 27f79a2bed..6b9935767b 100644
--- a/meta/recipes-extended/gawk/gawk_4.2.0.bb
+++ b/meta/recipes-extended/gawk/gawk_4.2.1.bb
@@ -19,8 +19,8 @@ SRC_URI = "${GNU_MIRROR}/gawk/gawk-${PV}.tar.gz \
19 file://run-ptest \ 19 file://run-ptest \
20" 20"
21 21
22SRC_URI[md5sum] = "0b598c31bc703d66082bd958d4189980" 22SRC_URI[md5sum] = "0256724a0af50cb83ac92f833488673d"
23SRC_URI[sha256sum] = "c88046c6e8396ee548bcb941e16def809b7b55b60a1044b5dd254094f347c7d9" 23SRC_URI[sha256sum] = "2b23d51503b2df9a41aa6fddc6002ad7ebf2a386ac19dc1b6be0dd48b0acf6db"
24 24
25inherit autotools gettext texinfo update-alternatives 25inherit autotools gettext texinfo update-alternatives
26 26