diff options
| author | Xiangyu Chen <xiangyu.chen@windriver.com> | 2023-11-30 20:11:59 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-12-04 11:23:37 +0000 |
| commit | b0e7eda54f47510e35f246b6f7dce2c1f88842cb (patch) | |
| tree | c0abb37bde881ae81590b39e271cafc961a79852 /meta/recipes-extended/bash/bash_5.2.21.bb | |
| parent | 377078dd943ad34639300fa1263b61e589fb594a (diff) | |
| download | poky-b0e7eda54f47510e35f246b6f7dce2c1f88842cb.tar.gz | |
bash: changes to SIGINT handler while waiting for a child
It rarely observes the problem while running shell script aborting
test repeatedly, at the problem, the test shell script never returns
to shell
Steps to reproduce:
1. Run test script and ctrl-c repeatedly
2. Observe whether returns to shell after ctrl-c
(From OE-Core rev: 1b69769b52c888d74c0ba258b7450e05a6c82a5a)
Signed-off-by: Xiangyu Chen <xiangyu.chen@windriver.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/bash/bash_5.2.21.bb')
| -rw-r--r-- | meta/recipes-extended/bash/bash_5.2.21.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/bash/bash_5.2.21.bb b/meta/recipes-extended/bash/bash_5.2.21.bb index 6df73b653b..46d921bbe6 100644 --- a/meta/recipes-extended/bash/bash_5.2.21.bb +++ b/meta/recipes-extended/bash/bash_5.2.21.bb | |||
| @@ -12,6 +12,7 @@ SRC_URI = "${GNU_MIRROR}/bash/${BP}.tar.gz;name=tarball \ | |||
| 12 | file://run-bash-ptests \ | 12 | file://run-bash-ptests \ |
| 13 | file://fix-run-builtins.patch \ | 13 | file://fix-run-builtins.patch \ |
| 14 | file://use_aclocal.patch \ | 14 | file://use_aclocal.patch \ |
| 15 | file://0001-changes-to-SIGINT-handler-while-waiting-for-a-child-.patch \ | ||
| 15 | " | 16 | " |
| 16 | 17 | ||
| 17 | SRC_URI[tarball.sha256sum] = "c8e31bdc59b69aaffc5b36509905ba3e5cbb12747091d27b4b977f078560d5b8" | 18 | SRC_URI[tarball.sha256sum] = "c8e31bdc59b69aaffc5b36509905ba3e5cbb12747091d27b4b977f078560d5b8" |
