]> code.ossystems Code Review - openembedded-core.git/commit
gdk-pixbuf: fix parallel install issue
authorWenzong Fan <wenzong.fan@windriver.com>
Fri, 3 Aug 2012 03:30:21 +0000 (11:30 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 6 Aug 2012 13:06:23 +0000 (14:06 +0100)
commite6fb5a25a098bd639be4b176f58e552404232c93
tree0e672d0bd5f0033d74ed067e1264788d1b4d0546
parenta022fb6b69388f28f3130e71125b64e4c154d504
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>
meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf-2.24.1/extending-libinstall-dependencies.patch [new file with mode: 0644]
meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.24.1.bb