]> code.ossystems Code Review - openembedded-core.git/commit
screenshot: fix build issue with gcc dso linking change
authorNitin A Kamble <nitin.a.kamble@intel.com>
Tue, 11 Jan 2011 18:32:10 +0000 (10:32 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 20 Jan 2011 21:37:04 +0000 (21:37 +0000)
commita849ef5f24f1dc1eecb699ecb5b39f6ca898d8ab
tree136064f38abc09133f7f9c355b435f9c9f1b16c6
parenta698372e9b8e139ce2fa24aaaae8bcffc3e6a4b1
screenshot: fix build issue with gcc dso linking change

All the libraries needs to be specified explicitely with the new gcc dso
linking change patch. This was causing build errors for this
recipe. Specifying the libX11 libgdk-x11-2.0 and libgdk_pixbuf-2.0 libraries
explicitely for linking to work without errors.

This is identified as a libtool issue. While creating the libshot.la
file, libtool should have added these needed libraries in there.
 A bug has been created for this issue:
   http://bugzilla.pokylinux.org/show_bug.cgi?id=664

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
meta/recipes-sato/screenshot/files/dso_linking_change_build_fix.patch [new file with mode: 0644]
meta/recipes-sato/screenshot/screenshot_svn.bb