[oe] [oe-commits] Andreas Oberritter : qt4: fix deps in libQtWebkit.la and QtWebKit.pc

Martin Jansa martin.jansa at gmail.com
Wed Mar 14 08:40:16 UTC 2012


On Wed, Mar 14, 2012 at 08:08:03AM +0100, Martin Jansa wrote:
> On Tue, Mar 13, 2012 at 11:48:20AM +0000, git at git.openembedded.org wrote:
> > Module: openembedded-core.git
> > Branch: master
> > Commit: 4c41a3204ef72f53813ddc86fe525fa9c6714daa
> > URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=4c41a3204ef72f53813ddc86fe525fa9c6714daa
> > 
> > Author: Andreas Oberritter <obi at opendreambox.org>
> > Date:   Wed Mar  7 21:36:28 2012 +0100
> > 
> > qt4: fix deps in libQtWebkit.la and QtWebKit.pc
> > 
> > * Both files contain -L../../WebCore/release -L../../JavaScriptCore/release -lwebcore -ljscore
> > * These paths and libs don't get installed.
> > * When building a shared lib with libtool, that links
> >   with libQtWebKit, libtool adds these unneeded parameters
> >   to the linker command-line, thus linking fails.
> 
> BTW: here with bitbake having R/W to rootfs every qt4-x11-free build
> creates /include/WebCore/libdummy.prl (yes really in root)
> anynone seen this?
> -rw-r--r-- 1 bitbake bitbake 680 Mar 14 01:13 /include/WebCore/libdummy.prl
> 
> Maybe it's sign of another small issue in qt4 build.

It's created during do_configure and probably caused by
./qt-everywhere-opensource-src-4.8.0/src/3rdparty/webkit/Source/WebKit2/Makefile:all: Makefile /include/WebCore/libdummy.prl  /include/WebCore/$(TARGET)
./qt-everywhere-opensource-src-4.8.0/src/3rdparty/webkit/Source/WebKit2/Makefile:/include/WebCore/libdummy.prl:

But in unpacked sources closest thing to libdummy.prl is 
./Source/WebKit2/DerivedSources.pro:TARGET = dummy

Any idea if we really need that?

Cheers,

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa at gmail.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20120314/8e2abb2a/attachment-0002.sig>


More information about the Openembedded-devel mailing list