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

Burton, Ross ross.burton at intel.com
Fri Mar 11 09:36:07 UTC 2016


Hi Juro,

On 11 March 2016 at 02:07, Juro Bystricky <juro.bystricky at intel.com> 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 work if we always install both libs and
> +includes (which we do).
>

Wouldn't an upstreamable fix be to make install.includes the target that
actually does something, and then have install depend on that?  Considering
install.libs and install.includes are separate rules, surely install.libs
in the header makefile should do nothing?  (ncurses is weird...)

Have you checked the other makefiles for the same problem?

Ross
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20160311/cd16f6c8/attachment-0002.html>


More information about the Openembedded-core mailing list