]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
ncurses_6: Fix an install race condition
authorJuro Bystricky <juro.bystricky@intel.com>
Fri, 11 Mar 2016 02:07:36 +0000 (18:07 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 12 Mar 2016 22:11:19 +0000 (22:11 +0000)
commita3df0aa78af1c2fecf847e87cc480fd2ed9afe89
tree728b4ef6d92a706b3ade84a5778fa7404e83d5d0
parent7975325e3d8dee159752ae2304b0c00361bfd2a7
ncurses_6: Fix an install race condition

Both targets install.libs and install.includes install the same
files, resulting in a race condition when running parallel make.
This race is addressed in a patch file, making sure only one
of the targets (install.includes) installes the include files.
This will work properly (i.e.ncurses will install as intended
by the recipe) as long as we always install both targets.

Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/ncurses/files/fix-include-files-race.patch [new file with mode: 0644]
meta/recipes-core/ncurses/ncurses_6.0+20160213.bb