summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/bash/bash_5.1.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-01-19 12:27:23 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-01-20 22:46:17 +0000
commit21a045090db604e583c112964ba17c47ca9288fb (patch)
tree402cca045e2aa86caaf63d44898686ec82ca368c /meta/recipes-extended/bash/bash_5.1.bb
parentf2467c692531eb0d13382f0308187423dadf4c7e (diff)
downloadpoky-21a045090db604e583c112964ba17c47ca9288fb.tar.gz
bash: Add makefile race workaround
There is a race between two make invocations in 5.1. It has been reported upstream, in the meantime add a work around patch (which upstream may yet even apply). The autobuilder found two instances of this race in a single build. (From OE-Core rev: 62b8580cea567f2d9b7a900fc4302d6bc5a785b2) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/bash/bash_5.1.bb')
-rw-r--r--meta/recipes-extended/bash/bash_5.1.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/bash/bash_5.1.bb b/meta/recipes-extended/bash/bash_5.1.bb
index 25b8a7ff73..e5e013b734 100644
--- a/meta/recipes-extended/bash/bash_5.1.bb
+++ b/meta/recipes-extended/bash/bash_5.1.bb
@@ -17,6 +17,7 @@ SRC_URI = "${GNU_MIRROR}/bash/${BP}.tar.gz;name=tarball \
17 file://run-bash-ptests \ 17 file://run-bash-ptests \
18 file://fix-run-builtins.patch \ 18 file://fix-run-builtins.patch \
19 file://use_aclocal.patch \ 19 file://use_aclocal.patch \
20 file://makerace.patch \
20 " 21 "
21 22
22SRC_URI[tarball.sha256sum] = "cc012bc860406dcf42f64431bcd3d2fa7560c02915a601aba9cd597a39329baa" 23SRC_URI[tarball.sha256sum] = "cc012bc860406dcf42f64431bcd3d2fa7560c02915a601aba9cd597a39329baa"