summaryrefslogtreecommitdiffstats
path: root/recipes-qt3/qt3/qt-x11-free-native_3.3.5.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-qt3/qt3/qt-x11-free-native_3.3.5.bb')
-rw-r--r--recipes-qt3/qt3/qt-x11-free-native_3.3.5.bb12
1 files changed, 4 insertions, 8 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 48fc3a0..d70c373 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
@@ -3,7 +3,7 @@ SECTION = "libs"
3LICENSE = "GPL | QPL" 3LICENSE = "GPL | QPL"
4DEPENDS = "xmu-native" 4DEPENDS = "xmu-native"
5HOMEPAGE = "http://www.trolltech.com" 5HOMEPAGE = "http://www.trolltech.com"
6PR = "r2" 6PR = "r3"
7 7
8FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/qt-x11-free" 8FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/qt-x11-free"
9 9
@@ -48,9 +48,9 @@ do_compile() {
48 48
49do_install() { 49do_install() {
50 install -d ${D}${bindir}/ 50 install -d ${D}${bindir}/
51 install -m 0755 bin/qmake ${D}${bindir}/qmake3 51 install -m 0755 bin/qmake ${D}${bindir}/qmake-qt3
52 for i in moc uic lrelease lupdate; do 52 for i in moc uic lrelease lupdate; do
53 install -m 0755 bin/${i} ${D}${bindir}/${i}3 53 install -m 0755 bin/${i} ${D}${bindir}/${i}-qt3
54 done 54 done
55 55
56 install -d ${D}${datadir}/qt3/ 56 install -d ${D}${datadir}/qt3/
@@ -58,11 +58,7 @@ do_install() {
58 ln -sf linux-g++ ${D}${datadir}/qt3/mkspecs/${TARGET_OS}-oe-g++ 58 ln -sf linux-g++ ${D}${datadir}/qt3/mkspecs/${TARGET_OS}-oe-g++
59 ln -sf qt3/mkspecs ${D}${datadir}/qmake 59 ln -sf qt3/mkspecs ${D}${datadir}/qmake
60 install -d ${D}${libdir}/ 60 install -d ${D}${libdir}/
61 oe_soinstall lib/libqt-mt.so.${PV} ${D}${libdir}/ 61 oe_libinstall -so -C lib libqt-mt ${D}${libdir}
62 cd ${D}${bindir}
63 for i in qmake moc uic lrelease lupdate;do
64 ln -s ${i}3 ${i}
65 done
66} 62}
67 63
68 64