]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
bash: fix build race under musl
authorRoss Burton <ross.burton@intel.com>
Wed, 29 Nov 2017 12:31:55 +0000 (12:31 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 9 Dec 2017 14:36:58 +0000 (14:36 +0000)
commitd58c20fd45f4808cbc1726ec5b46edb1c60b9cf8
treeec15d8f6983a8c46b18137e44383acf89e454cae
parent8f9025f05b787f41f1867d340d911d7754ee7794
bash: fix build race under musl

Under musl bash uses its own libintl clone but there are some missing
dependencies so it is possible for pathexp.o to be built whilst libintl.h is
being written, leading to compile errors.

Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-extended/bash/bash/pathexp-dep.patch [new file with mode: 0644]
meta/recipes-extended/bash/bash_4.4.bb