summaryrefslogtreecommitdiffstats
path: root/meta/recipes-qt/qt4/qt-4.6.3.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-qt/qt4/qt-4.6.3.inc')
-rw-r--r--meta/recipes-qt/qt4/qt-4.6.3.inc18
1 files changed, 4 insertions, 14 deletions
diff --git a/meta/recipes-qt/qt4/qt-4.6.3.inc b/meta/recipes-qt/qt4/qt-4.6.3.inc
index 155af66b89..ec2c9208d5 100644
--- a/meta/recipes-qt/qt4/qt-4.6.3.inc
+++ b/meta/recipes-qt/qt4/qt-4.6.3.inc
@@ -19,6 +19,9 @@ SRC_URI = "http://get.qt.nokia.com/qt/source/qt-everywhere-opensource-src-${PV}.
19 file://mips-relocate.patch \ 19 file://mips-relocate.patch \
20 " 20 "
21 21
22SRC_URI[md5sum] = "5c69f16d452b0bb3d44bc3c10556c072"
23SRC_URI[sha256sum] = "f4e0ada8d4d516bbb8600a3ee7d9046c9c79e38cd781df9ffc46d8f16acd1768"
24
22S = "${WORKDIR}/qt-everywhere-opensource-src-${PV}" 25S = "${WORKDIR}/qt-everywhere-opensource-src-${PV}"
23 26
24do_configure_prepend() { 27do_configure_prepend() {
@@ -40,7 +43,7 @@ do_configure_append() {
40} 43}
41 44
42QT_GLFLAGS ?= "" 45QT_GLFLAGS ?= ""
43QT_CONFIG_FLAGS += " -no-rpath -qt3support -silent ${QT_GLFLAGS}" 46QT_CONFIG_FLAGS += " -no-rpath -qt3support -reduce-relocations -silent ${QT_GLFLAGS}"
44 47
45do_compile() { 48do_compile() {
46 # Fixup missing wsegl header in some SGX SDKs 49 # Fixup missing wsegl header in some SGX SDKs
@@ -51,16 +54,3 @@ do_compile() {
51 unset CFLAGS CXXFLAGS 54 unset CFLAGS CXXFLAGS
52 oe_runmake ${EXTRA_ENV} 55 oe_runmake ${EXTRA_ENV}
53} 56}
54
55do_install_append() {
56 install -d ${D}${bindir}
57 for i in rcc uic moc ; do
58 install -m 0755 ${S}/bin/$i ${D}${bindir}/
59 done
60
61 #Append an E to the qtdemo file
62 if [ -n "${QT_LIBINFIX}" ] ; then
63 mv ${D}${bindir}/qtdemo ${D}${bindir}/qtdemo${QT_LIBINFIX}
64 fi
65}
66