summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/gawk
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2017-11-09 10:12:14 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-11-21 13:06:12 +0000
commit0603cdead596bed30000fd6e539b6a1269cec671 (patch)
treeda53527fa4e0c656592e0805bd5c15c3fe425fd1 /meta/recipes-extended/gawk
parentac19f118a21edff8cab831a344369660927d96ae (diff)
downloadpoky-0603cdead596bed30000fd6e539b6a1269cec671.tar.gz
gawk: upgrade to 4.2.0
test-arrayind1-Remove-hashbang-line.patch is dropped as it has been merged in new version. (From OE-Core rev: c84c8666581bfd64b21498330925146d8fe81075) 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/recipes-extended/gawk')
-rw-r--r--meta/recipes-extended/gawk/gawk-4.1.4/test-arrayind1-Remove-hashbang-line.patch30
-rw-r--r--meta/recipes-extended/gawk/gawk/run-ptest (renamed from meta/recipes-extended/gawk/gawk-4.1.4/run-ptest)0
-rw-r--r--meta/recipes-extended/gawk/gawk_4.2.0.bb (renamed from meta/recipes-extended/gawk/gawk_4.1.4.bb)5
3 files changed, 2 insertions, 33 deletions
diff --git a/meta/recipes-extended/gawk/gawk-4.1.4/test-arrayind1-Remove-hashbang-line.patch b/meta/recipes-extended/gawk/gawk-4.1.4/test-arrayind1-Remove-hashbang-line.patch
deleted file mode 100644
index d4262ed0d9..0000000000
--- a/meta/recipes-extended/gawk/gawk-4.1.4/test-arrayind1-Remove-hashbang-line.patch
+++ /dev/null
@@ -1,30 +0,0 @@
1From a3a3f26078223c47871c7b53e5c015ad163ae045 Mon Sep 17 00:00:00 2001
2From: Fabio Berton <fabio.berton@ossystems.com.br>
3Date: Thu, 3 Nov 2016 14:50:52 -0200
4Subject: [PATCH] test/arrayind1: Remove hashbang line
5Organization: O.S. Systems Software LTDA.
6
7Remove "#!/usr/local/bin/awk -f" as none of the other awk scripts in the
8test suite have a hashbang.
9
10Upstream-Status: Submitted [1]
11
12[1] https://lists.gnu.org/archive/html/bug-gawk/2016-11/msg00003.html
13
14Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
15---
16 test/arrayind1.awk | 1 -
17 1 file changed, 1 deletion(-)
18
19diff --git a/test/arrayind1.awk b/test/arrayind1.awk
20index 5d4a6f3..59e8b4e 100755
21--- a/test/arrayind1.awk
22+++ b/test/arrayind1.awk
23@@ -1,4 +1,3 @@
24-#!/usr/local/bin/awk -f
25 # this script renums pedigrees with metafounders
26 # so that they are added *before*regular animals
27 # mf are ascertained because they are not in the 1st column
28--
292.1.4
30
diff --git a/meta/recipes-extended/gawk/gawk-4.1.4/run-ptest b/meta/recipes-extended/gawk/gawk/run-ptest
index d23f0bf6d7..d23f0bf6d7 100644
--- a/meta/recipes-extended/gawk/gawk-4.1.4/run-ptest
+++ b/meta/recipes-extended/gawk/gawk/run-ptest
diff --git a/meta/recipes-extended/gawk/gawk_4.1.4.bb b/meta/recipes-extended/gawk/gawk_4.2.0.bb
index 995d37d2ad..27f79a2bed 100644
--- a/meta/recipes-extended/gawk/gawk_4.1.4.bb
+++ b/meta/recipes-extended/gawk/gawk_4.2.0.bb
@@ -17,11 +17,10 @@ PACKAGECONFIG[mpfr] = "--with-mpfr,--without-mpfr, mpfr"
17 17
18SRC_URI = "${GNU_MIRROR}/gawk/gawk-${PV}.tar.gz \ 18SRC_URI = "${GNU_MIRROR}/gawk/gawk-${PV}.tar.gz \
19 file://run-ptest \ 19 file://run-ptest \
20 file://test-arrayind1-Remove-hashbang-line.patch \
21" 20"
22 21
23SRC_URI[md5sum] = "f20c94ca51b6ebfc9bffb90f95c8ffbb" 22SRC_URI[md5sum] = "0b598c31bc703d66082bd958d4189980"
24SRC_URI[sha256sum] = "8c03080e2b5a56263e8783f6f1f306398d4591be18254041f3f547efef944d35" 23SRC_URI[sha256sum] = "c88046c6e8396ee548bcb941e16def809b7b55b60a1044b5dd254094f347c7d9"
25 24
26inherit autotools gettext texinfo update-alternatives 25inherit autotools gettext texinfo update-alternatives
27 26