]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
ncurses_6: Improve installation
authorJuro Bystricky <juro.bystricky@intel.com>
Mon, 14 Mar 2016 21:29:11 +0000 (14:29 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 20 Mar 2016 23:12:26 +0000 (23:12 +0000)
commit3b8cd1db0d388e50c010899352f641d66e73279c
treea3d17e652d2847f78c6faa31911da794c4ab045c
parent9cc65ed0209b756262ae4c73a5d172db4fe01fd6
ncurses_6: Improve installation

As "install.libs" also installs header files, it is
redundant to also call "install.includes".
In fact, doing so can lead to a race, as both targets could
try to install the header files at the same time if running
parallel make. Obviously, with only calling "install.libs",
there is no race with "install.includes".
If there is no race, then the patch fix-include-files-race.patch
is no longer needed.

(From OE-Core rev: 8df2060a323acf2a2cc2bc4076623463039c46a6)

Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/ncurses/files/fix-include-files-race.patch [deleted file]
meta/recipes-core/ncurses/ncurses.inc
meta/recipes-core/ncurses/ncurses_6.0+20160213.bb