Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/1] gdk-pixbuf: fix parallel install issue
@ 2012-08-03  3:30 wenzong.fan
  2012-08-03  3:30 ` [PATCH 1/1] " wenzong.fan
  0 siblings, 1 reply; 6+ messages in thread
From: wenzong.fan @ 2012-08-03  3:30 UTC (permalink / raw)
  To: openembedded-core; +Cc: Zhenfeng.Zhao

From: Wenzong Fan <wenzong.fan@windriver.com>

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]

The following changes since commit 85c005d71c30bc5de61f9a9eb9818f37183af54b:

  tzdata: Upgrade tzdata to upstream 2012d (2012-08-02 23:21:12 +0100)

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib wenzong/2883
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=wenzong/2883

Wenzong Fan (1):
  gdk-pixbuf: fix parallel install issue

 .../extending-libinstall-dependencies.patch        |   42 ++++++++++++++++++++
 meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.24.1.bb |    3 +-
 2 files changed, 44 insertions(+), 1 deletion(-)
 create mode 100644 meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf-2.24.1/extending-libinstall-dependencies.patch

-- 
1.7.9.5




^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-08-06 13:36 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-03  3:30 [PATCH 0/1] gdk-pixbuf: fix parallel install issue wenzong.fan
2012-08-03  3:30 ` [PATCH 1/1] " wenzong.fan
2012-08-05 22:32   ` Colin Walters
2012-08-06  6:56     ` wenzong fan
2012-08-06 12:55     ` Richard Purdie
2012-08-06 13:24     ` Koen Kooi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox