]> code.ossystems Code Review - openembedded-core.git/commit
bash: Fix a rare make race build failure
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 30 Jun 2021 11:54:17 +0000 (12:54 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 2 Jul 2021 06:23:47 +0000 (07:23 +0100)
commit6f683cf21630142e82cc37d79f3d797d179d8d12
tree5f74ec44bee7ae3c1d9749a9cd0b025d38ad7c35
parent8042ad9ca91ddaaf741366e1068c63c284ff98f5
bash: Fix a rare make race build failure

There is a rare make race that occurs in bash due to the way it constructs
certain headers and a build tool. Restructure the creation to remove
the race.

[YOCTO #14227]

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/bash/bash/makerace2.patch [new file with mode: 0644]
meta/recipes-extended/bash/bash_5.1.8.bb