summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
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-07-02 11:41:24 +0100
commit1339b251c6a0eb1f5405b8c170087377f964c90e (patch)
tree8cf9090657baffb6c6e5fb6266238350cb27d9dd /meta/recipes-extended
parentcc5e38f39f091e1b10d0d084c1d605c904ff80fd (diff)
downloadpoky-1339b251c6a0eb1f5405b8c170087377f964c90e.tar.gz
gawk: upgrade to 4.2.1
(From OE-Core rev: 86f137436da8a6d4aded66e586ba2b1eff725022) (From OE-Core rev: a2cedb6fa38392ea8d96428b18c8861cbbf3df10) 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> [Bug fix release per gawk release notes] Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-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