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/qtjsbackend-native.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/qtjsbackend-native.inc')
-rw-r--r-- | recipes-qt/qt5/qtjsbackend-native.inc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/recipes-qt/qt5/qtjsbackend-native.inc b/recipes-qt/qt5/qtjsbackend-native.inc index 57f017da..3db01350 100644 --- a/recipes-qt/qt5/qtjsbackend-native.inc +++ b/recipes-qt/qt5/qtjsbackend-native.inc | |||
@@ -27,9 +27,6 @@ do_configure() { | |||
27 | rm -rf "${B}/*" | 27 | rm -rf "${B}/*" |
28 | fi | 28 | fi |
29 | 29 | ||
30 | # Avoid setting QMAKE_LINK from LD (since we want the linker to be g++) | ||
31 | unset LD | ||
32 | |||
33 | ${OE_QMAKE_QMAKE} ${OE_QMAKE_DEBUG_OUTPUT} -r ${S} | 30 | ${OE_QMAKE_QMAKE} ${OE_QMAKE_DEBUG_OUTPUT} -r ${S} |
34 | } | 31 | } |
35 | 32 | ||