Files
poky/meta/recipes-devtools
Chong Lu a62e952b81 syslinux-native: fix parallel building issue
There might be an error when parallel build:

[snip]
cp: cannot create directory `tmp/sysroots/x86_64-linux/usr/share/
syslinux/com32/include/gplinclude': No such file or directory
make[4]: *** [install] Error 1
make[3]: *** [gpllib] Error 2
[snip]

This is a potential issue. In ${S}/com32/gpllib/Makefile file,
install target wants to copy $(SRC)/../gplinclude to
$(INSTALLROOT)$(COM32DIR)/include/ directory, but in ${S}/com32/lib/Makefile
file, the install target will remove $(INSTALLROOT)$(COM32DIR)/include
directory. We need to do com32/lib first.

The patch make com32/gpllib depends on com32/lib to fix this issue.

(From OE-Core rev: cae1a039658cfb47390650ad5b56536ff19e1217)

Signed-off-by: Chong Lu <Chong.Lu@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-05-20 14:53:11 +01:00
..
2014-03-02 17:25:28 +00:00
2014-02-17 15:28:58 +00:00
2014-04-23 11:43:28 +01:00
2014-05-13 19:32:05 +01:00
2014-05-13 19:32:06 +01:00
2014-05-13 19:32:04 +01:00
2014-01-02 12:50:24 +00:00
2014-04-24 17:55:14 +01:00
2014-02-21 16:09:08 +00:00
2014-04-30 16:39:08 +01:00
2014-04-25 17:19:19 +01:00
2014-05-13 19:32:06 +01:00
2014-05-13 19:32:05 +01:00
2014-05-13 19:32:06 +01:00
2014-04-24 17:55:15 +01:00
2014-05-08 13:00:33 +01:00
2014-04-10 17:35:15 +01:00
2014-04-25 17:19:20 +01:00
2013-08-13 23:05:58 +01:00