summaryrefslogtreecommitdiffstats
path: root/recipes-qt3
diff options
context:
space:
mode:
authorXiaofeng Yan <xiaofeng.yan@windriver.com>2011-06-22 14:03:50 +0800
committerXiaofeng Yan <xiaofeng.yan@windriver.com>2011-06-22 14:03:50 +0800
commit1a6bcb62666b0fc67a66bd38a1c3f2a3399a249f (patch)
tree10832a0929fa32ea6ba3f8ac11c6e510c167a746 /recipes-qt3
parent0f1471d04eb10e6476d1fd94c76897824c81f894 (diff)
downloadmeta-qt3-1a6bcb62666b0fc67a66bd38a1c3f2a3399a249f.tar.gz
meta-qt3: Resolve the compilation error when building an lsb image for qemuarm1.1_M3.rc31.1_M3.rc21.1_M3.final1.1_M2.rc31.1_M2.rc21.1_M2.final1.1_M31.1_M2
The difference for the variable TARGET_OS and BUILD_OS caused compilation error. I submit this patch to fix this problem. Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
Diffstat (limited to 'recipes-qt3')
-rw-r--r--recipes-qt3/qt3/qt-x11-free-native_3.3.5.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-qt3/qt3/qt-x11-free-native_3.3.5.bb b/recipes-qt3/qt3/qt-x11-free-native_3.3.5.bb
index e068b27..e64256f 100644
--- a/recipes-qt3/qt3/qt-x11-free-native_3.3.5.bb
+++ b/recipes-qt3/qt3/qt-x11-free-native_3.3.5.bb
@@ -57,7 +57,7 @@ do_install() {
57 57
58 install -d ${D}${datadir}/qt3/ 58 install -d ${D}${datadir}/qt3/
59 cp -PfR mkspecs ${D}${datadir}/qt3/ 59 cp -PfR mkspecs ${D}${datadir}/qt3/
60 ln -sf linux-g++ ${D}${datadir}/qt3/mkspecs/${BUILD_OS}-oe-g++ 60 ln -sf linux-g++ ${D}${datadir}/qt3/mkspecs/${TARGET_OS}-oe-g++
61 ln -s ${D}${datadir}/qt3/mkspecs/ ${D}${datadir}/qmake 61 ln -s ${D}${datadir}/qt3/mkspecs/ ${D}${datadir}/qmake
62 install -d ${D}${libdir}/ 62 install -d ${D}${libdir}/
63 oe_soinstall lib/libqt-mt.so.${PV} ${D}${libdir}/ 63 oe_soinstall lib/libqt-mt.so.${PV} ${D}${libdir}/