diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-05-06 13:10:39 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-05-09 13:56:49 +0200 |
commit | 1c29e5de8d402eb4a9d57c6104a33798f5004f68 (patch) | |
tree | ca38715a0bf33cd264898cf7632c8c07fcaaf53e /recipes-qt/qt5/qtbase.inc | |
parent | c46260790ea5465cd2b371ac09b2b24912ae0cf3 (diff) | |
download | meta-qt5-1c29e5de8d402eb4a9d57c6104a33798f5004f68.tar.gz |
qt5: drop 'unset LD', qmake should now handle QMAKE_LINK correctly
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qtbase.inc')
-rw-r--r-- | recipes-qt/qt5/qtbase.inc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/recipes-qt/qt5/qtbase.inc b/recipes-qt/qt5/qtbase.inc index 80199a26..64de60bb 100644 --- a/recipes-qt/qt5/qtbase.inc +++ b/recipes-qt/qt5/qtbase.inc | |||
@@ -94,9 +94,6 @@ do_configure() { | |||
94 | set_arch | 94 | set_arch |
95 | set_endian | 95 | set_endian |
96 | 96 | ||
97 | # Avoid problems with the linkers, since we want the linker to be g++ | ||
98 | unset LD | ||
99 | |||
100 | # Similar logic is in autotools.bbclass | 97 | # Similar logic is in autotools.bbclass |
101 | if [ -d ${B} -a "${S}" != "${B}" ] ; then | 98 | if [ -d ${B} -a "${S}" != "${B}" ] ; then |
102 | # Existing separate build directory, exists, remove | 99 | # Existing separate build directory, exists, remove |