aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtbase.inc
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2013-04-28 02:21:55 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2013-04-28 13:39:57 +0200
commitb3abb65f6af9e6a48410f53d69444ffb026b39bb (patch)
tree92e67104720849ede5178b8ec5e0a05e5817ac06 /recipes-qt/qt5/qtbase.inc
parent92705869f74b6e20ef006a2b9c79fbcdc9ff4a5b (diff)
qtbase: add patches to fix wrong libdir/include dirs in pkgconfig and libtool files
* qt_module.prf replacements were creating -L/usr/lib in .pc files which is bad for cross-compilation * also use '=' for sysroot in libtool files Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qtbase.inc')
-rw-r--r--recipes-qt/qt5/qtbase.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtbase.inc b/recipes-qt/qt5/qtbase.inc
index 9487f7e9..5b41bded 100644
--- a/recipes-qt/qt5/qtbase.inc
+++ b/recipes-qt/qt5/qtbase.inc
@@ -7,6 +7,9 @@ SRC_URI += " \
file://0004-qmake-is-already-built-in-qtbase-native.patch \
file://0005-Allow-building-a-separate-qmake-for-the-target.patch \
file://0006-qt_functions-temporary-remove-isEmpty-check.patch \
+ file://0008-configureapp-Prefix-default-LIBDIRS-and-INCDIRS-with.patch \
+ file://0009-qt_module-Fix-pkgconfig-replacement.patch \
+ file://0010-qmake-property-rename-QT_INSTALL_CONFIGURATION-to-QT.patch \
"
DEPENDS += "qtbase-native virtual/libgl freetype jpeg libpng zlib openssl glib-2.0 ${ICU} udev"