]> 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)
committerSaul Wold <sgw@linux.intel.com>
Wed, 28 Sep 2011 06:54:28 +0000 (23:54 -0700)
commitb40b9c024be5e1ec81a31961158b3e6b529acfe0
treedd6f32cc19f2e0ef6bf04e5ad972850b688b94e0
parent1577975202437f8f89ef24a5e4d3f6c6c8a88c5c
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.

Signed-off-by: Simon Busch <morphis@gravedo.de>
meta/recipes-qt/qt4/qt4-embedded.inc
meta/recipes-qt/qt4/qt4-x11-free.inc
meta/recipes-qt/qt4/qt4.inc