diff options
author | Jeremy Lainé <jeremy.laine@m4x.org> | 2009-03-26 17:19:32 +0100 |
---|---|---|
committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2009-03-26 17:19:32 +0100 |
commit | 31a8edfb706e86ee9532ab16bc4b925b708371cf (patch) | |
tree | 8a8a073881fcb2fdb8c82e6a0d40e65d2f41f4ee /recipes/qt4/files/0001-cross-compile.patch | |
parent | 0f8afdb545bbac27832589e9b566025c5f314450 (diff) |
qt4: refresh some patches against qt 4.4.3
Diffstat (limited to 'recipes/qt4/files/0001-cross-compile.patch')
-rw-r--r-- | recipes/qt4/files/0001-cross-compile.patch | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/recipes/qt4/files/0001-cross-compile.patch b/recipes/qt4/files/0001-cross-compile.patch index f20576b45e..0cf1b8c304 100644 --- a/recipes/qt4/files/0001-cross-compile.patch +++ b/recipes/qt4/files/0001-cross-compile.patch @@ -1,6 +1,8 @@ ---- /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 @@ +Index: qt-embedded-linux-opensource-src-4.4.3/configure +=================================================================== +--- qt-embedded-linux-opensource-src-4.4.3.orig/configure 2009-03-26 17:02:45.000000000 +0100 ++++ qt-embedded-linux-opensource-src-4.4.3/configure 2009-03-26 17:03:43.000000000 +0100 +@@ -726,7 +726,7 @@ UNKNOWN_ARG=yes fi ;; @@ -9,19 +11,17 @@ VAR=`echo $1 | sed "s,^-\(.*\),\1,"` shift VAL="$1" -@@ -1182,7 +1182,10 @@ +@@ -1143,6 +1143,9 @@ xplatform) XPLATFORM="$VAL" ;; -- debug-and-release) + crossarch) + CROSSARCH="$VAL" + ;; -+ debug-and-release) + debug-and-release) if [ "$VAL" = "yes" ] || [ "$VAL" = "no" ]; then CFG_DEBUG_RELEASE="$VAL" - else -@@ -2437,6 +2440,8 @@ +@@ -2405,6 +2408,8 @@ CFG_ARCH=$CFG_HOST_ARCH fi |