qte 4.4.0: don't build tools, use the ones in staging
authorKoen Kooi <koen@openembedded.org>
Tue, 8 Jul 2008 08:45:13 +0000 (08:45 +0000)
committerKoen Kooi <koen@openembedded.org>
Tue, 8 Jul 2008 08:45:13 +0000 (08:45 +0000)
packages/qt4/qt-embedded-4.4.0/0003-no-tools.patch [new file with mode: 0644]
packages/qt4/qt-embedded_4.4.0.bb

diff --git a/packages/qt4/qt-embedded-4.4.0/0003-no-tools.patch b/packages/qt4/qt-embedded-4.4.0/0003-no-tools.patch
new file mode 100644 (file)
index 0000000..21e9fff
--- /dev/null
@@ -0,0 +1,11 @@
+--- /tmp/src.pro       2008-07-08 10:43:30.000000000 +0200
++++ qt-embedded-linux-opensource-src-4.4.0/src/src.pro 2008-07-08 10:44:04.000000000 +0200
+@@ -6,7 +6,7 @@
+ wince*:{
+   SRC_SUBDIRS += src_corelib src_xml src_gui src_sql src_network src_script src_testlib
+ } else {
+-    SRC_SUBDIRS += src_tools_moc src_tools_rcc src_tools_uic src_corelib src_xml src_network src_gui src_sql src_script src_testlib
++    SRC_SUBDIRS += src_corelib src_xml src_network src_gui src_sql src_script src_testlib
+     contains(QT_CONFIG, qt3support): SRC_SUBDIRS += src_qt3support
+     contains(QT_CONFIG, dbus):SRC_SUBDIRS += src_dbus
+     !cross_compile {
index f04453b..027c049 100644 (file)
@@ -3,7 +3,7 @@ require qtopia-core.inc
 SRC_URI = "ftp://ftp.trolltech.com/qt/source/qt-embedded-linux-opensource-src-${PV}.tar.bz2 \
            file://qconfig-oe.h \
            file://0001-cross-compile.patch;patch=1 \
-#           file://0003-no-tools.patch;patch=1 \
+           file://0003-no-tools.patch;patch=1 \
            file://0004-no-qmake.patch;patch=1 \
            file://0005-fix-mkspecs.patch;patch=1 \
            file://build-tools.patch;patch=1"