aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/qt4/qt4-x11-free.inc
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2011-01-06 00:17:46 +0000
committerAndreas Oberritter <obi@opendreambox.org>2011-01-06 13:44:24 +0100
commit7d83a24f8fdb62e1a034d3592b94db4bc810b9ac (patch)
treee3e7e82efdaa45266b627f40e94a96ee44a4f0d5 /recipes/qt4/qt4-x11-free.inc
parentd4196731ebde9784d2853d8717696361ff06f4d9 (diff)
downloadopenembedded-7d83a24f8fdb62e1a034d3592b94db4bc810b9ac.tar.gz
qt4: fix incorrect pkg-config files
* Previously, include statements were generated like this: -I.../mipsel-oe-linux/usr/include/qtopia/QtCore -I.../mipsel-oe-linux/usr/include/qtopia/QtCore/qt4-embedded/QtCoreE -I.../mipsel-oe-linux/usr/include/qtopia/QtCore/qtopia * The sed rules ignored QT_LIBINFIX. * The sed rules incorrectly used QT_BASE_NAME instead of QT_DIR_NAME. * Now, they look like this, which is what an application expects: -I.../mipsel-oe-linux/usr/include/qtopia/QtCore -I.../mipsel-oe-linux/usr/include/qtopia * Tested with qt4-embedded on mipsel Signed-off-by: Andreas Oberritter <obi@opendreambox.org> CC: Koen Kooi <k.kooi@student.utwente.nl> Acked-by: Koen Kooi <koen@openembedded.org>
Diffstat (limited to 'recipes/qt4/qt4-x11-free.inc')
-rw-r--r--recipes/qt4/qt4-x11-free.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/qt4/qt4-x11-free.inc b/recipes/qt4/qt4-x11-free.inc
index ae79d58a58..a98e268aac 100644
--- a/recipes/qt4/qt4-x11-free.inc
+++ b/recipes/qt4/qt4-x11-free.inc
@@ -5,7 +5,7 @@ HOMEPAGE = "http://www.trolltech.com"
LICENSE = "GPL QPL"
DEPENDS += "virtual/libx11 fontconfig libxft libxext libxrender libxrandr libxcursor"
-INC_PR = "r22"
+INC_PR = "r23"
SRC_URI = "ftp://ftp.trolltech.com/qt/source/qt-x11-opensource-src-${PV}.tar.gz \
file://0001-cross-compile.patch \