]> code.ossystems Code Review - openembedded-core.git/commit
meta: qt4: fix postprocessing of pkg-config files
authorSimon Busch <morphis@gravedo.de>
Sun, 25 Sep 2011 12:57:43 +0000 (14:57 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 30 Jan 2012 16:27:02 +0000 (16:27 +0000)
commit960318ebd271ad5330a0863047927ab827b5e107
tree2cf48e0c1d8dd0099a5d80efd773f006195e1597
parent0c345e7aa83196e55cd554a958690e4cc261ef16
meta: qt4: fix postprocessing of pkg-config files

When building qt4-embedded the generated and cleaned pkg-config files for qt are wrong.
The Cflags variable contains something like ${includedir}/qtopia/QtCore where
${includedir} is already /usr/include/qtopia/QtCore.

This patch reverts the fix up of the Cflags variable implemented in do_install.

(From OE-Core rev: b40b9c024be5e1ec81a31961158b3e6b529acfe0)

Signed-off-by: Simon Busch <morphis@gravedo.de>
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