summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt4/qt4-embedded.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-qt/qt4/qt4-embedded.inc')
-rw-r--r--recipes-qt/qt4/qt4-embedded.inc32
1 files changed, 7 insertions, 25 deletions
diff --git a/recipes-qt/qt4/qt4-embedded.inc b/recipes-qt/qt4/qt4-embedded.inc
index 932f005d2..2ed1819f6 100644
--- a/recipes-qt/qt4/qt4-embedded.inc
+++ b/recipes-qt/qt4/qt4-embedded.inc
@@ -1,37 +1,19 @@
1SUMMARY = "Qt is a versatile cross-platform application framework -- this is the embedded version." 1DESCRIPTION = "Qt is a versatile cross-platform application framework -- this is the embedded version."
2DESCRIPTION = "${SUMMARY}"
3SECTION = "libs" 2SECTION = "libs"
4LICENSE = "GPL QPL" 3LICENSE = "LGPLv2.1 | GPLv3"
5PRIORITY = "optional" 4PRIORITY = "optional"
6HOMEPAGE = "http://www.trolltech.com" 5HOMEPAGE = "http://qt.nokia.com"
7DEPENDS += "directfb tslib" 6DEPENDS += "directfb tslib"
8INC_PR = "r25" 7INC_PR = "r26"
9 8
10QT_BASE_NAME ?= "qt4-embedded" 9QT_BASE_NAME ?= "qt4-embedded"
11QT_BASE_LIB ?= "libqt-embedded" 10QT_BASE_LIB ?= "libqt-embedded"
12QT_DIR_NAME = "qtopia"
13QT_LIBINFIX = "E"
14
15SRC_URI = "ftp://ftp.trolltech.com/qt/source/qt-embedded-linux-opensource-src-${PV}.tar.bz2 \
16 file://0001-cross-compile.patch \
17 file://0002-fix-resinit-declaration.patch \
18 file://0003-no-tools.patch \
19 file://0004-no-qmake.patch \
20 file://0006-freetype-host-includes.patch \
21 file://0007-openssl-host-includes.patch \
22 file://0008-qt-lib-infix.patch \
23 file://0009-support-2bpp.patch \
24 file://fix-config-tests.patch \
25 file://g++.conf \
26 file://linux.conf \
27 "
28 11
29# Set necessary variables in the profile 12# Set necessary variables in the profile
30SRC_URI += "file://qte.sh" 13SRC_URI += "file://qte.sh"
31 14
32S = "${WORKDIR}/qt-embedded-linux-opensource-src-${PV}"
33
34QT_CONFIG_FLAGS += " \ 15QT_CONFIG_FLAGS += " \
16 -embedded ${QT_ARCH} \
35 -qtlibinfix ${QT_LIBINFIX} \ 17 -qtlibinfix ${QT_LIBINFIX} \
36 -plugin-gfx-transformed -plugin-gfx-qvfb -plugin-gfx-vnc -plugin-gfx-directfb \ 18 -plugin-gfx-transformed -plugin-gfx-qvfb -plugin-gfx-vnc -plugin-gfx-directfb \
37 -plugin-mouse-tslib -qt-mouse-pc -qt-mouse-qvfb -qt-mouse-linuxinput \ 19 -plugin-mouse-tslib -qt-mouse-pc -qt-mouse-qvfb -qt-mouse-linuxinput \
@@ -42,8 +24,8 @@ QT_CONFIG_FLAGS += " \
42require qt4.inc 24require qt4.inc
43 25
44do_install_append() { 26do_install_append() {
45 install -d ${D}${sysconfdir}/profile.d/ 27 install -d ${D}${sysconfdir}/profile.d/
46 install -m 0755 ${WORKDIR}/qte.sh ${D}${sysconfdir}/profile.d/ 28 install -m 0755 ${WORKDIR}/qte.sh ${D}${sysconfdir}/profile.d/
47} 29}
48 30
49FILES_${PN} += " ${sysconfdir}/profile.d/qte.sh" 31FILES_${PN} += " ${sysconfdir}/profile.d/qte.sh"