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.bb6
1 files changed, 4 insertions, 2 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 d70c373..f80345b 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 = "r3" 6PR = "r4"
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
@@ -12,7 +12,8 @@ LIC_FILES_CHKSUM = "file://LICENSE.GPL;md5=629178675a7d49c9fa19dfe9f43ea256 \
12 12
13SRC_URI = "ftp://ftp.trolltech.com/qt/source/qt-x11-free-${PV}.tar.bz2 \ 13SRC_URI = "ftp://ftp.trolltech.com/qt/source/qt-x11-free-${PV}.tar.bz2 \
14 file://no-examples.patch \ 14 file://no-examples.patch \
15 file://qt3-cstddef.patch" 15 file://qt3-cstddef.patch \
16 file://qmake.conf"
16S = "${WORKDIR}/qt-x11-free-${PV}" 17S = "${WORKDIR}/qt-x11-free-${PV}"
17 18
18# 19#
@@ -55,6 +56,7 @@ do_install() {
55 56
56 install -d ${D}${datadir}/qt3/ 57 install -d ${D}${datadir}/qt3/
57 cp -PfR mkspecs ${D}${datadir}/qt3/ 58 cp -PfR mkspecs ${D}${datadir}/qt3/
59 install -m 0644 ${WORKDIR}/qmake.conf ${D}${datadir}/qt3/mkspecs/linux-g++/
58 ln -sf linux-g++ ${D}${datadir}/qt3/mkspecs/${TARGET_OS}-oe-g++ 60 ln -sf linux-g++ ${D}${datadir}/qt3/mkspecs/${TARGET_OS}-oe-g++
59 ln -sf qt3/mkspecs ${D}${datadir}/qmake 61 ln -sf qt3/mkspecs ${D}${datadir}/qmake
60 install -d ${D}${libdir}/ 62 install -d ${D}${libdir}/