diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2011-01-11 10:32:10 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-01-20 21:37:04 +0000 |
commit | a849ef5f24f1dc1eecb699ecb5b39f6ca898d8ab (patch) | |
tree | 136064f38abc09133f7f9c355b435f9c9f1b16c6 /meta/recipes-sato/screenshot/screenshot_svn.bb | |
parent | a698372e9b8e139ce2fa24aaaae8bcffc3e6a4b1 (diff) | |
download | poky-a849ef5f24f1dc1eecb699ecb5b39f6ca898d8ab.tar.gz |
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>
Diffstat (limited to 'meta/recipes-sato/screenshot/screenshot_svn.bb')
-rw-r--r-- | meta/recipes-sato/screenshot/screenshot_svn.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-sato/screenshot/screenshot_svn.bb b/meta/recipes-sato/screenshot/screenshot_svn.bb index 35f3422899..ff2b7c8945 100644 --- a/meta/recipes-sato/screenshot/screenshot_svn.bb +++ b/meta/recipes-sato/screenshot/screenshot_svn.bb | |||
@@ -10,8 +10,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | |||
10 | PRIORITY = "optional" | 10 | PRIORITY = "optional" |
11 | DEPENDS = "matchbox-panel-2" | 11 | DEPENDS = "matchbox-panel-2" |
12 | PV = "0.0+svnr${SRCPV}" | 12 | PV = "0.0+svnr${SRCPV}" |
13 | PR = "r1" | ||
13 | 14 | ||
14 | SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=${PN};proto=http" | 15 | SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=${PN};proto=http\ |
16 | file://dso_linking_change_build_fix.patch" | ||
15 | 17 | ||
16 | S = ${WORKDIR}/${PN} | 18 | S = ${WORKDIR}/${PN} |
17 | 19 | ||