summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qt5.inc
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2013-05-06 13:10:39 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2013-05-09 13:56:49 +0200
commit1c29e5de8d402eb4a9d57c6104a33798f5004f68 (patch)
treeca38715a0bf33cd264898cf7632c8c07fcaaf53e /recipes-qt/qt5/qt5.inc
parentc46260790ea5465cd2b371ac09b2b24912ae0cf3 (diff)
downloadmeta-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/qt5.inc')
-rw-r--r--recipes-qt/qt5/qt5.inc3
1 files changed, 0 insertions, 3 deletions
diff --git a/recipes-qt/qt5/qt5.inc b/recipes-qt/qt5/qt5.inc
index 2feeed62..e752ed6e 100644
--- a/recipes-qt/qt5/qt5.inc
+++ b/recipes-qt/qt5/qt5.inc
@@ -18,9 +18,6 @@ do_configure() {
18 set_arch 18 set_arch
19 set_endian 19 set_endian
20 20
21 # Avoid problems with the linkers, since we want the linker to be g++
22 unset LD
23
24 # Similar logic is in autotools.bbclass 21 # Similar logic is in autotools.bbclass
25 if [ -d ${B} -a "${S}" != "${B}" ] ; then 22 if [ -d ${B} -a "${S}" != "${B}" ] ; then
26 # Existing separate build directory, exists, remove 23 # Existing separate build directory, exists, remove