summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
authorXiangyu Chen <xiangyu.chen@windriver.com>2024-02-20 11:46:48 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-02-20 11:39:45 +0000
commit468e55069219310f2ae14bc89c6fdf4fa6f3ee06 (patch)
tree6922be651527cfb21a4b33fb08423c11775a7fb7 /meta/recipes-extended
parentfb697581642327317ea579551622bd140206a20d (diff)
downloadpoky-468e55069219310f2ae14bc89c6fdf4fa6f3ee06.tar.gz
bash: rebase the patch to fix ptest failure
This fix commit oe-core: 1b69769b -- bash: changes to SIGINT handler while waiting for a child Due to the patch adjust and drop some codes to be applicable the tree, the line number has been changed, that cause test case "run-type" fail. (From OE-Core rev: ecb698ca5b4f76937dd3bee927465b17866d50be) Signed-off-by: Xiangyu Chen <xiangyu.chen@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r--meta/recipes-extended/bash/bash/0001-changes-to-SIGINT-handler-while-waiting-for-a-child-.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/bash/bash/0001-changes-to-SIGINT-handler-while-waiting-for-a-child-.patch b/meta/recipes-extended/bash/bash/0001-changes-to-SIGINT-handler-while-waiting-for-a-child-.patch
index df92c2475d..77d770b364 100644
--- a/meta/recipes-extended/bash/bash/0001-changes-to-SIGINT-handler-while-waiting-for-a-child-.patch
+++ b/meta/recipes-extended/bash/bash/0001-changes-to-SIGINT-handler-while-waiting-for-a-child-.patch
@@ -147,7 +147,7 @@ index bbc228e8..e0a66745 100644
147-alias m='more' 147-alias m='more'
148-alias m='more' 148-alias m='more'
149-m is aliased to `more' 149-m is aliased to `more'
150+./type.tests: line 59: type: morealias: not found 150+./type.tests: line 56: type: morealias: not found
151+alias morealias='more' 151+alias morealias='more'
152+alias morealias='more' 152+alias morealias='more'
153+morealias is aliased to `more' 153+morealias is aliased to `more'