diff options
author | Xiaofeng Yan <xiaofeng.yan@windriver.com> | 2011-08-12 17:19:10 +0800 |
---|---|---|
committer | Xiaofeng Yan <xiaofeng.yan@windriver.com> | 2011-08-12 17:19:10 +0800 |
commit | 6da4b426f8aa96335542deb671a21f99b8e0f398 (patch) | |
tree | b51daee108969d43b2ff711a86389f6ec6d6995d /recipes-qt3/qt3/qt-x11-free/gcc4_1-HACK.patch | |
parent | 1a6bcb62666b0fc67a66bd38a1c3f2a3399a249f (diff) | |
download | meta-qt3-xiaofeng/meta-qt3.tar.gz |
qt3: fix bug 1348xiaofeng/meta-qt3
[YOCTO #1348]
The variable is different when building qt-x11-free-native and qt-x11-free. The
different cause this bug.
$ bitbake qt-x11-free-native -e | grep ^TARGET_OS
TARGET_OS="linux"
$ bitbake qt-x11-free -e | grep ^TARGET_OS
TARGET_OS="linux-gnueabi"
So I add a task function before do_configure for linking ${TARGET_OS} to linux-g++.
Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
Diffstat (limited to 'recipes-qt3/qt3/qt-x11-free/gcc4_1-HACK.patch')
0 files changed, 0 insertions, 0 deletions