qt4: update qt/e and qt4-x11 to 4.4.1
authorKoen Kooi <koen@openembedded.org>
Fri, 1 Aug 2008 19:56:55 +0000 (19:56 +0000)
committerKoen Kooi <koen@openembedded.org>
Fri, 1 Aug 2008 19:56:55 +0000 (19:56 +0000)
26 files changed:
packages/qt4/qt-embedded-4.4.1/.mtn2git_empty [moved from packages/qt4/qt-embedded-4.4.0/.mtn2git_empty with 100% similarity]
packages/qt4/qt-embedded-4.4.1/0001-cross-compile.patch [moved from packages/qt4/qt-embedded-4.4.0/0001-cross-compile.patch with 70% similarity]
packages/qt4/qt-embedded-4.4.1/0003-no-tools.patch [moved from packages/qt4/qt-embedded-4.4.0/0003-no-tools.patch with 100% similarity]
packages/qt4/qt-embedded-4.4.1/0004-no-qmake.patch [moved from packages/qt4/qt-embedded-4.4.0/0004-no-qmake.patch with 100% similarity]
packages/qt4/qt-embedded-4.4.1/0005-fix-mkspecs.patch [moved from packages/qt4/qt-embedded-4.4.0/0005-fix-mkspecs.patch with 100% similarity]
packages/qt4/qt-embedded-4.4.1/0006-freetype-host-includes.patch [moved from packages/qt4/qt-embedded-4.4.0/0006-freetype-host-includes.patch with 100% similarity]
packages/qt4/qt-embedded-4.4.1/0007-openssl-host-includes.patch [moved from packages/qt4/qt-embedded-4.4.0/0007-openssl-host-includes.patch with 100% similarity]
packages/qt4/qt-embedded-4.4.1/allow-configure-plugins.patch [moved from packages/qt4/qt-embedded-4.4.0/allow-configure-plugins.patch with 100% similarity]
packages/qt4/qt-embedded-4.4.1/build-tools.patch [moved from packages/qt4/qt-embedded-4.4.0/build-tools.patch with 100% similarity]
packages/qt4/qt-embedded-4.4.1/linux-oe-qmake.conf [moved from packages/qt4/qt-embedded-4.4.0/linux-oe-qmake.conf with 100% similarity]
packages/qt4/qt-embedded-4.4.1/qconfig-oe.h [moved from packages/qt4/qt-embedded-4.4.0/qconfig-oe.h with 100% similarity]
packages/qt4/qt-embedded_4.4.1.bb [moved from packages/qt4/qt-embedded_4.4.0.bb with 98% similarity]
packages/qt4/qt4-x11-free-4.4.1/.mtn2git_empty [moved from packages/qt4/qt4-x11-free-4.4.0/.mtn2git_empty with 100% similarity]
packages/qt4/qt4-x11-free-4.4.1/0001-cross-compile.patch [moved from packages/qt4/qt4-x11-free-4.4.0/0001-cross-compile.patch with 70% similarity]
packages/qt4/qt4-x11-free-4.4.1/0002-fix-resinit-declaration.patch [moved from packages/qt4/qt4-x11-free-4.4.0/0002-fix-resinit-declaration.patch with 100% similarity]
packages/qt4/qt4-x11-free-4.4.1/0003-no-tools.patch [moved from packages/qt4/qt4-x11-free-4.4.0/0003-no-tools.patch with 100% similarity]
packages/qt4/qt4-x11-free-4.4.1/0004-no-qmake.patch [moved from packages/qt4/qt4-x11-free-4.4.0/0004-no-qmake.patch with 100% similarity]
packages/qt4/qt4-x11-free-4.4.1/0005-fix-mkspecs.patch [moved from packages/qt4/qt4-x11-free-4.4.0/0005-fix-mkspecs.patch with 100% similarity]
packages/qt4/qt4-x11-free-4.4.1/0006-freetype-host-includes.patch [moved from packages/qt4/qt4-x11-free-4.4.0/0006-freetype-host-includes.patch with 100% similarity]
packages/qt4/qt4-x11-free-4.4.1/0007-openssl-host-includes.patch [moved from packages/qt4/qt4-x11-free-4.4.0/0007-openssl-host-includes.patch with 100% similarity]
packages/qt4/qt4-x11-free-4.4.1/allow-configure-plugins.patch [moved from packages/qt4/qt4-x11-free-4.4.0/allow-configure-plugins.patch with 100% similarity]
packages/qt4/qt4-x11-free-4.4.1/build-tools.patch [moved from packages/qt4/qt4-x11-free-4.4.0/build-tools.patch with 100% similarity]
packages/qt4/qt4-x11-free-4.4.1/linux-oe-qmake.conf [moved from packages/qt4/qt4-x11-free-4.4.0/linux-oe-qmake.conf with 100% similarity]
packages/qt4/qt4-x11-free-4.4.1/qconfig-oe.h [moved from packages/qt4/qt4-x11-free-4.4.0/qconfig-oe.h with 100% similarity]
packages/qt4/qt4-x11-free_4.4.1.bb [moved from packages/qt4/qt4-x11-free_4.4.0.bb with 100% similarity]
packages/qt4/qtopia-core_4.4.1.bb [moved from packages/qt4/qtopia-core_4.4.0.bb with 66% similarity]

@@ -1,6 +1,6 @@
---- /tmp/configure     2008-07-08 10:01:36.000000000 +0200
-+++ qt-embedded-linux-opensource-src-4.4.0/configure   2008-07-08 10:23:04.000000000 +0200
-@@ -762,7 +762,7 @@
+--- /tmp/configure     2008-08-01 20:59:48.000000000 +0200
++++ qt-embedded-linux-opensource-src-4.4.1/configure   2008-08-01 21:02:05.000000000 +0200
+@@ -765,7 +765,7 @@
              UNKNOWN_ARG=yes
          fi
          ;;
@@ -9,7 +9,7 @@
          VAR=`echo $1 | sed "s,^-\(.*\),\1,"`
          shift
          VAL="$1"
-@@ -1179,7 +1179,10 @@
+@@ -1182,7 +1182,10 @@
      xplatform)
          XPLATFORM="$VAL"
          ;;
          if [ "$VAL" = "yes" ] || [ "$VAL" = "no" ]; then
              CFG_DEBUG_RELEASE="$VAL"
          else
-@@ -2417,6 +2420,8 @@
-     ARCH=$HOST_ARCH
+@@ -2437,6 +2440,8 @@
+     CFG_ARCH=$CFG_HOST_ARCH
  fi
  
-+ARCH="$CROSSARCH"
++CFG_ARCH="$CROSSARCH"
 +
- if [ -d "$relpath/src/corelib/arch/$ARCH" ]; then
+ if [ -d "$relpath/src/corelib/arch/$CFG_ARCH" ]; then
      if [ "$OPT_VERBOSE" = "yes" ]; then
-         echo "    '$ARCH' is supported"
+         echo "    '$CFG_ARCH' is supported"
similarity index 98%
rename from packages/qt4/qt-embedded_4.4.0.bb
rename to packages/qt4/qt-embedded_4.4.1.bb
index f83b251..70a461d 100644 (file)
@@ -3,7 +3,7 @@ require qtopia-core.inc
 PROVIDES += "qtopia-core"
 RPROVIDES_${PN} = "qtopia-core"
 
-PR = "r4"
+PR = "r0"
 
 SRC_URI = "ftp://ftp.trolltech.com/qt/source/qt-embedded-linux-opensource-src-${PV}.tar.bz2 \
            file://qconfig-oe.h \
@@ -1,6 +1,6 @@
---- /tmp/configure     2008-07-08 10:01:36.000000000 +0200
-+++ qt-embedded-linux-opensource-src-4.4.0/configure   2008-07-08 10:23:04.000000000 +0200
-@@ -762,7 +762,7 @@
+--- /tmp/configure     2008-08-01 20:59:48.000000000 +0200
++++ qt-embedded-linux-opensource-src-4.4.1/configure   2008-08-01 21:02:05.000000000 +0200
+@@ -765,7 +765,7 @@
              UNKNOWN_ARG=yes
          fi
          ;;
@@ -9,7 +9,7 @@
          VAR=`echo $1 | sed "s,^-\(.*\),\1,"`
          shift
          VAL="$1"
-@@ -1179,7 +1179,10 @@
+@@ -1182,7 +1182,10 @@
      xplatform)
          XPLATFORM="$VAL"
          ;;
          if [ "$VAL" = "yes" ] || [ "$VAL" = "no" ]; then
              CFG_DEBUG_RELEASE="$VAL"
          else
-@@ -2417,6 +2420,8 @@
-     ARCH=$HOST_ARCH
+@@ -2437,6 +2440,8 @@
+     CFG_ARCH=$CFG_HOST_ARCH
  fi
  
-+ARCH="$CROSSARCH"
++CFG_ARCH="$CROSSARCH"
 +
- if [ -d "$relpath/src/corelib/arch/$ARCH" ]; then
+ if [ -d "$relpath/src/corelib/arch/$CFG_ARCH" ]; then
      if [ "$OPT_VERBOSE" = "yes" ]; then
-         echo "    '$ARCH' is supported"
+         echo "    '$CFG_ARCH' is supported"
similarity index 66%
rename from packages/qt4/qtopia-core_4.4.0.bb
rename to packages/qt4/qtopia-core_4.4.1.bb
index 71a702b..158e29c 100644 (file)
@@ -2,5 +2,5 @@
 DEFAULT_PREFERENCE = "-1"
 DEFAULT_PREFERENCE_angstrom = "1"
 
-#keep in sync with qt-embedded_4.4.0.bb
-PR = "r4"
+#keep in sync with qt-embedded_${PV}.bb
+PR = "r0"