diff options
author | Andreas Oberritter <obi@opendreambox.org> | 2012-03-07 21:36:28 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-13 11:45:10 +0000 |
commit | 7b6cd925d445bf69373bb9f33d90317ca8bc1a80 (patch) | |
tree | 2077165705f15d40db010b500b358cc14fab0662 /meta/recipes-connectivity | |
parent | 1a61109d0305725af9c7ff0fc8a7f14078ca2ff8 (diff) | |
download | poky-7b6cd925d445bf69373bb9f33d90317ca8bc1a80.tar.gz |
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.
(From OE-Core rev: 4c41a3204ef72f53813ddc86fe525fa9c6714daa)
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity')
0 files changed, 0 insertions, 0 deletions