qt4 staging: try harder to fish out qt tools
authorKoen Kooi <koen@openembedded.org>
Sat, 6 Sep 2008 22:31:10 +0000 (22:31 +0000)
committerKoen Kooi <koen@openembedded.org>
Sat, 6 Sep 2008 22:31:10 +0000 (22:31 +0000)
packages/qt4/qt-embedded_4.4.1.bb
packages/qt4/qt4-x11-free_4.4.1.bb
packages/qt4/qt_staging.inc
packages/qt4/qtopia-core_4.4.1.bb

index 70a461d..0bc82e7 100644 (file)
@@ -3,7 +3,7 @@ require qtopia-core.inc
 PROVIDES += "qtopia-core"
 RPROVIDES_${PN} = "qtopia-core"
 
-PR = "r0"
+PR = "r1"
 
 SRC_URI = "ftp://ftp.trolltech.com/qt/source/qt-embedded-linux-opensource-src-${PV}.tar.bz2 \
            file://qconfig-oe.h \
index 7d30503..3bef76f 100644 (file)
@@ -1,4 +1,6 @@
 require qt4-x11-free.inc
+PR = "r1"
+
 SRC_URI += " \
            file://0002-fix-resinit-declaration.patch;patch=1 \
            file://0006-freetype-host-includes.patch;patch=1 \
index 75b5b57..49f51a2 100644 (file)
@@ -18,6 +18,7 @@ do_stage_append() {
 
     install -d ${STAGING_DIR_TARGET}/qt4/bin
     cp ${STAGING_DIR_NATIVE}/qt4/bin/* ${STAGING_DIR_TARGET}/qt4/bin/ || true 
+    cp ${STAGING_DIR_NATIVE}/${bindir}/{rcc*,uic*,moc*} ${STAGING_DIR_TARGET}/qt4/bin/ || true 
     for qttool in ${STAGING_DIR_TARGET}/qt4/bin/*4 ; do
          ln -sf $qttool  ${STAGING_DIR_TARGET}/qt4/bin/$(basename $qttool |sed s:4::g) 
     done
index 158e29c..061fd2c 100644 (file)
@@ -3,4 +3,4 @@ DEFAULT_PREFERENCE = "-1"
 DEFAULT_PREFERENCE_angstrom = "1"
 
 #keep in sync with qt-embedded_${PV}.bb
-PR = "r0"
+PR = "r1"