aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/pango/pango_1.36.3.bb
diff options
context:
space:
mode:
authorChong Lu <Chong.Lu@windriver.com>2014-05-15 16:54:32 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-05-20 14:50:32 +0100
commitcae1a039658cfb47390650ad5b56536ff19e1217 (patch)
tree22b755d70ddfd00f003f16febc8f54613ce08b22 /meta/recipes-graphics/pango/pango_1.36.3.bb
parent5c0f8111f9ec5a2c3b2826946af5132aaa13a9b9 (diff)
downloadopenembedded-core-contrib-cae1a039658cfb47390650ad5b56536ff19e1217.tar.gz
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. 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>
Diffstat (limited to 'meta/recipes-graphics/pango/pango_1.36.3.bb')
0 files changed, 0 insertions, 0 deletions