qt4: fix deps in libQtWebkit.la and QtWebKit.pc
authorAndreas Oberritter <obi@opendreambox.org>
Wed, 7 Mar 2012 20:36:28 +0000 (21:36 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 13 Mar 2012 11:45:10 +0000 (11:45 +0000)
commitbe087564676d7a1d5fc618d6fe09a932d8aec6f2
tree3b7de5820c2c2776535a483bc47d316f51aa1ff4
parent56119e4da7458c01229cb2584329b74e80f38184
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>
meta/recipes-qt/qt4/qt4-embedded.inc
meta/recipes-qt/qt4/qt4-x11-free.inc
meta/recipes-qt/qt4/qt4.inc