From 1a6bcb62666b0fc67a66bd38a1c3f2a3399a249f Mon Sep 17 00:00:00 2001 From: Xiaofeng Yan Date: Wed, 22 Jun 2011 14:03:50 +0800 Subject: meta-qt3: Resolve the compilation error when building an lsb image for qemuarm 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 --- recipes-qt3/qt3/qt-x11-free-native_3.3.5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() { install -d ${D}${datadir}/qt3/ cp -PfR mkspecs ${D}${datadir}/qt3/ - ln -sf linux-g++ ${D}${datadir}/qt3/mkspecs/${BUILD_OS}-oe-g++ + ln -sf linux-g++ ${D}${datadir}/qt3/mkspecs/${TARGET_OS}-oe-g++ ln -s ${D}${datadir}/qt3/mkspecs/ ${D}${datadir}/qmake install -d ${D}${libdir}/ oe_soinstall lib/libqt-mt.so.${PV} ${D}${libdir}/ -- cgit v1.2.3-54-g00ecf