The installation on ncurses calls "make install.libs install.includes" Turns out, install.libs implicitly installs header files as well, so calling install.includes is redundant.
The description in INSTALL explicitly says: ... 'make install.includes' installs the headers. 'make install.libs' installs the libraries (and the headers) ... Not needing to call install.includes has an additional benefit: It automatically removes a potential race condition between the two targets. Juro Bystricky (1): ncurses_6: Improve installation .../ncurses/files/fix-include-files-race.patch | 32 ---------------------- meta/recipes-core/ncurses/ncurses.inc | 11 ++++++-- meta/recipes-core/ncurses/ncurses_6.0+20160213.bb | 1 - 3 files changed, 8 insertions(+), 36 deletions(-) delete mode 100644 meta/recipes-core/ncurses/files/fix-include-files-race.patch -- 1.9.1 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
