generic-poky/meta/recipes-qt/qt4
Roy.Li f8c32f7402 qt-mobility: remove /usr/lib from ld rpath-link option
Remove /usr/lib from ld rpath-link option to fix the below build error:

       bitbake_build/tmp/sysroots/x86-kvm-guest/usr/lib/libpng16.so.16:
        undefined reference to `inflateReset2@ZLIB_1.2.3.4'

since sysroot seems not work for rpath-link, and "rpath-link,/usr/lib" makes
ld to search host libraries for target libraries, once host has different
version zlib, the error will happen.

qmake uses QT_MOBILITY_LIB to generate "rpath-link,/usr/lib" when do_configure
but we can not add sysroot into QT_MOBILITY_LIB, since QT_MOBILITY_LIB is dir
which libraries will be installed to, so I remove this dir from rpath-link
before do_compile

(From OE-Core rev: f7409a9fe83ba2535a43f39ed57cd78242a88557)

Signed-off-by: Roy.Li <rongqing.li@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-06-25 17:44:57 +01:00
..
qt-mobility-1.2.0 qt-mobility: move qt-mobility patches to separate dir 2012-10-02 17:19:27 +01:00
qt4-4.8.4 qt4: set QMAKE_COMPILER to gcc in mkspec 2013-06-14 14:10:01 +01:00
nativesdk-qt4-tools.inc nativesdk-qt4-tools.inc: update HOMEPAGE 2013-06-11 15:38:01 +01:00
nativesdk-qt4-tools_4.8.4.bb qt4: upgrade to 4.8.4 2012-12-11 15:54:37 +00:00
qt-mobility-embedded_1.2.0.bb qt4: Added support for QtMobility 1.2 2011-10-17 14:10:41 +01:00
qt-mobility-x11_1.2.0.bb qt4: Added support for QtMobility 1.2 2011-10-17 14:10:41 +01:00
qt-mobility_1.2.0.inc qt-mobility: remove /usr/lib from ld rpath-link option 2013-06-25 17:44:57 +01:00
qt4-4.8.4.inc qt4: fix QMAKE_QT_CONFIG being overwritten with empty value 2013-06-11 15:38:03 +01:00
qt4-embedded.inc qt4-embedded: update HOMEPAGE 2013-06-11 15:38:01 +01:00
qt4-embedded_4.8.4.bb qt: fix warning -Wunused-local-typedefs introduced by gcc 4.8 2013-05-21 00:18:45 +01:00
qt4-native.inc qt4-native: update configure paths to match target 2013-06-11 15:38:03 +01:00
qt4-native_4.8.4.bb qt4: upgrade to 4.8.4 2012-12-11 15:54:37 +00:00
qt4-x11-free.inc qt4-x11-free: update HOMEPAGE 2013-06-11 15:38:02 +01:00
qt4-x11-free_4.8.4.bb qt: fix warning -Wunused-local-typedefs introduced by gcc 4.8 2013-05-21 00:18:45 +01:00
qt4.inc qt4: add eglibc-gconv-utf-16 to QtCore RRECOMMENDS when using glibc 2013-06-21 09:19:27 +01:00
qt4_arch.inc qt4: move functions from python to shell style 2012-05-08 14:49:14 +01:00