From d3224e2c27fa9e92f2e5bbfeb562a39e1b0f6065 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jeremy=20Lain=C3=A9?= Date: Thu, 26 Mar 2009 19:59:18 +0100 Subject: qt4-embedded: add version 4.5.0 --- .../4.5.0/0010-no-simpledecoration-example.patch | 9 +++++ recipes/qt4/qt4-embedded_4.5.0.bb | 40 ++++++++++++++++++++++ recipes/qt4/qt4.inc | 1 - 3 files changed, 49 insertions(+), 1 deletion(-) create mode 100644 recipes/qt4/files/4.5.0/0010-no-simpledecoration-example.patch create mode 100644 recipes/qt4/qt4-embedded_4.5.0.bb (limited to 'recipes/qt4') diff --git a/recipes/qt4/files/4.5.0/0010-no-simpledecoration-example.patch b/recipes/qt4/files/4.5.0/0010-no-simpledecoration-example.patch new file mode 100644 index 0000000000..070b4ac9c1 --- /dev/null +++ b/recipes/qt4/files/4.5.0/0010-no-simpledecoration-example.patch @@ -0,0 +1,9 @@ +--- qt-embedded-linux-opensource-src-4.5.0.orig/examples/qws/qws.pro 2009-02-25 22:32:34.000000000 +0100 ++++ qt-embedded-linux-opensource-src-4.5.0/examples/qws/qws.pro 2009-03-26 19:53:19.000000000 +0100 +@@ -1,5 +1,5 @@ + TEMPLATE = subdirs +-SUBDIRS = framebuffer mousecalibration simpledecoration ++SUBDIRS = framebuffer mousecalibration + + # install + sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS README *.pro diff --git a/recipes/qt4/qt4-embedded_4.5.0.bb b/recipes/qt4/qt4-embedded_4.5.0.bb new file mode 100644 index 0000000000..90a3b28a8f --- /dev/null +++ b/recipes/qt4/qt4-embedded_4.5.0.bb @@ -0,0 +1,40 @@ +SUMMARY = "Qt is a versatile cross-platform application framework -- this is the embedded version." +SECTION = "libs" +LICENSE = "GPL LGPL QPL" +PRIORITY = "optional" +HOMEPAGE = "http://www.trolltech.com" +DEPENDS += "tslib" +DEFAULT_PREFERENCE = "-1" + +SRC_URI = "ftp://ftp.trolltech.com/qt/source/qt-embedded-linux-opensource-src-${PV}.tar.bz2 \ + file://0001-cross-compile.patch;patch=1 \ + file://0002-fix-resinit-declaration.patch;patch=1 \ + file://${PV}/0003-no-tools.patch;patch=1 \ + file://0004-no-qmake.patch;patch=1 \ + file://${PV}/0006-freetype-host-includes.patch;patch=1 \ + file://${PV}/0007-openssl-host-includes.patch;patch=1 \ + file://${PV}/0008-qt-lib-infix.patch;patch=1 \ + file://0009-support-2bpp.patch;patch=1 \ + file://${PV}/0010-no-simpledecoration-example.patch;patch=1 \ + file://g++.conf \ + file://linux.conf \ + " +S = "${WORKDIR}/qt-embedded-linux-opensource-src-${PV}" + +QT_CONFIG_FLAGS += " \ + -qtlibinfix E \ + -qt-decoration-styled -plugin-decoration-default -plugin-decoration-windows \ + -plugin-gfx-transformed -plugin-gfx-qvfb -plugin-gfx-vnc \ + -plugin-mouse-tslib -qt-mouse-pc -qt-mouse-qvfb \ + -qt-kbd-tty -qt-kbd-usb -qt-kbd-qvfb \ + -DQT_KEYPAD_NAVIGATION \ + " + +QT_BASE_NAME = "qt-embedded" +QT_BASE_LIB = "libqt-embedded" +QT_DIR_NAME = "qtopia" +QT_LIBINFIX="E" + +require qt4.inc + +inherit qt4e diff --git a/recipes/qt4/qt4.inc b/recipes/qt4/qt4.inc index 7f46bb2f76..fb44e58faa 100644 --- a/recipes/qt4/qt4.inc +++ b/recipes/qt4/qt4.inc @@ -65,7 +65,6 @@ PACKAGES += "${LIB_PACKAGES} ${DEV_PACKAGES} ${DBG_PACKAGES} ${OTHER_PACKAGES}" PACKAGES_DYNAMIC = "${QT_BASE_NAME}-plugin-*" ALLOW_EMPTY_${PN} = "1" -ALLOW_EMPTY_${QT_BASE_LIB}uitools4 = "1" FILES_${PN} = "" FILES_${PN}-dev = " ${includedir}/${QT_DIR_NAME}/Qt/*" FILES_${PN}-dbg = "${bindir}/*/.debug " -- cgit v1.2.3