Re: [OE-core] [PATCH 1/1] ncurses_6: Fix an install race condition

2016-03-11 Thread Bystricky, Juro
...@hotmail.com> Subject: Re: [OE-core] [PATCH 1/1] ncurses_6: Fix an install race condition Hi Juro, On 11 March 2016 at 02:07, Juro Bystricky <juro.bystri...@intel.com<mailto:juro.bystri...@intel.com>> wrote: +As both targets install identical files. The remedy is to either prevent

Re: [OE-core] [PATCH 1/1] ncurses_6: Fix an install race condition

2016-03-11 Thread Burton, Ross
Hi Juro, On 11 March 2016 at 02:07, Juro Bystricky wrote: > +As both targets install identical files. The remedy is to either prevent > +parallel make of install.libs and install.includes, or ensure only one > +target installs the files. > +The second approch will only

[OE-core] [PATCH 1/1] ncurses_6: Fix an install race condition

2016-03-10 Thread Juro Bystricky
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