[oe] [PATCH 2/2] qt4-embedded: added directfb gfx driver support.

Ihar Hrachyshka ihar.hrachyshka at gmail.com
Sun May 24 19:15:26 UTC 2009


This fix adds qdirectfbscreen gfx driver to qt4-embedded.
Also moved recipes versioning to INC_PR.

Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka at gmail.com>
---
 recipes/qt4/qt4-embedded.inc      |    6 ++++--
 recipes/qt4/qt4-embedded_4.4.3.bb |    2 +-
 recipes/qt4/qt4-embedded_4.5.1.bb |    1 +
 3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/recipes/qt4/qt4-embedded.inc b/recipes/qt4/qt4-embedded.inc
index 0280dc4..c4112f7 100644
--- a/recipes/qt4/qt4-embedded.inc
+++ b/recipes/qt4/qt4-embedded.inc
@@ -1,11 +1,13 @@
-DEPENDS += "tslib"
+DEPENDS += "directfb tslib"
 
 S = "${WORKDIR}/qt-embedded-linux-opensource-src-${PV}"
 
+INC_PR = "r11"
+
 QT_CONFIG_FLAGS += " \
     -qtlibinfix E \
     -qt-decoration-styled -plugin-decoration-default -plugin-decoration-windows \
-    -plugin-gfx-transformed -plugin-gfx-qvfb -plugin-gfx-vnc \
+    -plugin-gfx-transformed -plugin-gfx-qvfb -plugin-gfx-vnc -plugin-gfx-directfb \
     -plugin-mouse-tslib -qt-mouse-pc -qt-mouse-qvfb \
     -qt-kbd-tty -qt-kbd-usb -qt-kbd-qvfb \
     -DQT_KEYPAD_NAVIGATION \
diff --git a/recipes/qt4/qt4-embedded_4.4.3.bb b/recipes/qt4/qt4-embedded_4.4.3.bb
index 994372c..e156575 100644
--- a/recipes/qt4/qt4-embedded_4.4.3.bb
+++ b/recipes/qt4/qt4-embedded_4.4.3.bb
@@ -3,7 +3,7 @@ SECTION = "libs"
 LICENSE = "GPL QPL"
 PRIORITY = "optional"
 HOMEPAGE = "http://www.trolltech.com"
-PR = "r11"
+PR = "${INC_PR}.r1"
 
 SRC_URI = "ftp://ftp.trolltech.com/qt/source/qt-embedded-linux-opensource-src-${PV}.tar.bz2 \
            file://0001-cross-compile.patch;patch=1 \
diff --git a/recipes/qt4/qt4-embedded_4.5.1.bb b/recipes/qt4/qt4-embedded_4.5.1.bb
index 5073ad1..9463a58 100644
--- a/recipes/qt4/qt4-embedded_4.5.1.bb
+++ b/recipes/qt4/qt4-embedded_4.5.1.bb
@@ -3,6 +3,7 @@ SECTION = "libs"
 LICENSE = "GPL LGPL QPL"
 PRIORITY = "optional"
 HOMEPAGE = "http://www.trolltech.com"
+PR = "${INC_PR}.r1"
 
 SRC_URI = "ftp://ftp.trolltech.com/qt/source/qt-embedded-linux-opensource-src-${PV}.tar.bz2 \
            file://0001-cross-compile.patch;patch=1 \
-- 
1.6.3.1





More information about the Openembedded-devel mailing list