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>
Wed, 28 Sep 2011 13:58:50 +0000 (14:58 +0100)
commitc896792cd027a59610f87d80fec05a0a86257834
tree6466339aacbaea66a6713c3dbe745fc621c86dfc
parent317659f0e5403edd379e7de57965e8e093c05afb
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