diff options
author | Wenzong Fan <wenzong.fan@windriver.com> | 2012-08-03 11:30:21 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-08-06 14:06:23 +0100 |
commit | e6fb5a25a098bd639be4b176f58e552404232c93 (patch) | |
tree | 0e672d0bd5f0033d74ed067e1264788d1b4d0546 /meta/recipes-qt | |
parent | a022fb6b69388f28f3130e71125b64e4c154d504 (diff) | |
download | openembedded-core-e6fb5a25a098bd639be4b176f58e552404232c93.tar.gz openembedded-core-e6fb5a25a098bd639be4b176f58e552404232c93.tar.bz2 openembedded-core-e6fb5a25a098bd639be4b176f58e552404232c93.zip |
gdk-pixbuf: fix parallel install issue
This patch fixes parallel install issue that lib libpixbufloader-png.la
depends on libgdk_pixbuf-2.0.la which will be regenerated during insta-
llation, if libgdk_pixbuf-2.0.la is regenerating and at the same time
libpixbufloader-png.la links it, the error will happen.
Error message is:
* usr/bin/ld: cannot find -lgdk_pixbuf-2.0
* collect2: ld returned 1 exit status
Make an explicit dependency to the libs install targets would fix this
issue.
[YOCTO #2883]
Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-qt')
0 files changed, 0 insertions, 0 deletions