summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-shells/tcsh
diff options
context:
space:
mode:
authorzhengruoqin <zhengrq.fnst@cn.fujitsu.com>2020-12-01 10:18:13 +0800
committerKhem Raj <raj.khem@gmail.com>2020-11-30 22:42:20 -0800
commitec9327e23868e510ea243bbc21ebdf896b4603fe (patch)
treec5fe4cbaf02dbe52b81239d5926e722fc9d12f2c /meta-oe/recipes-shells/tcsh
parent84c17294b2c5d07d1943709cef0b5b9f6aa43471 (diff)
downloadmeta-openembedded-ec9327e23868e510ea243bbc21ebdf896b4603fe.tar.gz
tcsh: upgrade 6.22.02 -> 6.22.03
0001-Remove-defining-handle_interrupt-twice.patch Removed since this is included in 6.22.03. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-shells/tcsh')
-rw-r--r--meta-oe/recipes-shells/tcsh/tcsh/0001-Remove-defining-handle_interrupt-twice.patch28
-rw-r--r--meta-oe/recipes-shells/tcsh/tcsh_6.22.03.bb (renamed from meta-oe/recipes-shells/tcsh/tcsh_6.22.02.bb)5
2 files changed, 2 insertions, 31 deletions
diff --git a/meta-oe/recipes-shells/tcsh/tcsh/0001-Remove-defining-handle_interrupt-twice.patch b/meta-oe/recipes-shells/tcsh/tcsh/0001-Remove-defining-handle_interrupt-twice.patch
deleted file mode 100644
index d6d6ae06de..0000000000
--- a/meta-oe/recipes-shells/tcsh/tcsh/0001-Remove-defining-handle_interrupt-twice.patch
+++ /dev/null
@@ -1,28 +0,0 @@
1From 2c77b61506aa867a873e3691214983b3eb7f652d Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com>
3Date: Thu, 13 Aug 2020 19:49:35 -0700
4Subject: [PATCH] Remove defining handle_interrupt twice
5
6Fixes build with -fno-common
7
8Upstream-Status: Pending
9Signed-off-by: Khem Raj <raj.khem@gmail.com>
10---
11 tc.sig.c | 1 -
12 1 file changed, 1 deletion(-)
13
14diff --git a/tc.sig.c b/tc.sig.c
15index 77659ca..576605a 100644
16--- a/tc.sig.c
17+++ b/tc.sig.c
18@@ -56,7 +56,6 @@ int alrmcatch_disabled; /* = 0; */
19 int phup_disabled; /* = 0; */
20 int pchild_disabled; /* = 0; */
21 int pintr_disabled; /* = 0; */
22-int handle_interrupt; /* = 0; */
23
24 int
25 handle_pending_signals(void)
26--
272.28.0
28
diff --git a/meta-oe/recipes-shells/tcsh/tcsh_6.22.02.bb b/meta-oe/recipes-shells/tcsh/tcsh_6.22.03.bb
index 541f5505f3..fab626c61c 100644
--- a/meta-oe/recipes-shells/tcsh/tcsh_6.22.02.bb
+++ b/meta-oe/recipes-shells/tcsh/tcsh_6.22.03.bb
@@ -12,10 +12,9 @@ SRC_URI = " \
12 https://astron.com/pub/${BPN}/${BP}.tar.gz \ 12 https://astron.com/pub/${BPN}/${BP}.tar.gz \
13 file://0001-Enable-system-malloc-on-all-linux.patch \ 13 file://0001-Enable-system-malloc-on-all-linux.patch \
14 file://0002-Add-debian-csh-scripts.patch \ 14 file://0002-Add-debian-csh-scripts.patch \
15 file://0001-Remove-defining-handle_interrupt-twice.patch \
16" 15"
17SRC_URI[md5sum] = "f34909eab33733aecc05d27adc82277b" 16SRC_URI[md5sum] = "c9387b7c8cf958956e75b1fa4e59b612"
18SRC_URI[sha256sum] = "ed287158ca1b00ba477e8ea57bac53609838ebcfd05fcb05ca95021b7ebe885b" 17SRC_URI[sha256sum] = "be2cfd653d2a0c7f506d2dd14c12324ba749bd484037be6df44a3973f52262b7"
19 18
20EXTRA_OEMAKE += "CC_FOR_GETHOST='${BUILD_CC}'" 19EXTRA_OEMAKE += "CC_FOR_GETHOST='${BUILD_CC}'"
21inherit autotools 20inherit autotools