aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/qt4/qt4-x11-free-4.4.3/0001-cross-compile.patch
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2009-03-25 15:37:22 +0100
committerJeremy Lainé <jeremy.laine@m4x.org>2009-03-25 15:37:22 +0100
commit8ec53c8f0baed036778e380462838fe723a5f4b8 (patch)
tree488b4331ad582e179a92d3761bb57f06edb32ce8 /recipes/qt4/qt4-x11-free-4.4.3/0001-cross-compile.patch
parenta1f6020e2168ec936ccec4a9b5888633e045ccb1 (diff)
downloadopenembedded-8ec53c8f0baed036778e380462838fe723a5f4b8.tar.gz
qt4: unify patches, drop obsolete files, fix mkspecs
* unify qt4-x11-free / qt4-embedded patches into files/ * remove unused files and patches * fix mkspecs to define RCC and UIC3 locations
Diffstat (limited to 'recipes/qt4/qt4-x11-free-4.4.3/0001-cross-compile.patch')
-rw-r--r--recipes/qt4/qt4-x11-free-4.4.3/0001-cross-compile.patch32
1 files changed, 0 insertions, 32 deletions
diff --git a/recipes/qt4/qt4-x11-free-4.4.3/0001-cross-compile.patch b/recipes/qt4/qt4-x11-free-4.4.3/0001-cross-compile.patch
deleted file mode 100644
index f20576b45e..0000000000
--- a/recipes/qt4/qt4-x11-free-4.4.3/0001-cross-compile.patch
+++ /dev/null
@@ -1,32 +0,0 @@
---- /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
- ;;
-- -prefix|-docdir|-headerdir|-plugindir|-datadir|-libdir|-bindir|-translationdir|-sysconfdir|-examplesdir|-demosdir|-depths|-make|-nomake|-platform|-xplatform|-buildkey|-sdk|-arch|-host-arch|-mysql_config)
-+ -prefix|-docdir|-headerdir|-plugindir|-datadir|-libdir|-bindir|-translationdir|-sysconfdir|-examplesdir|-demosdir|-depths|-make|-nomake|-platform|-xplatform|-buildkey|-sdk|-arch|-host-arch|-mysql_config|-crossarch)
- VAR=`echo $1 | sed "s,^-\(.*\),\1,"`
- shift
- VAL="$1"
-@@ -1182,7 +1182,10 @@
- xplatform)
- XPLATFORM="$VAL"
- ;;
-- debug-and-release)
-+ crossarch)
-+ CROSSARCH="$VAL"
-+ ;;
-+ debug-and-release)
- if [ "$VAL" = "yes" ] || [ "$VAL" = "no" ]; then
- CFG_DEBUG_RELEASE="$VAL"
- else
-@@ -2437,6 +2440,8 @@
- CFG_ARCH=$CFG_HOST_ARCH
- fi
-
-+CFG_ARCH="$CROSSARCH"
-+
- if [ -d "$relpath/src/corelib/arch/$CFG_ARCH" ]; then
- if [ "$OPT_VERBOSE" = "yes" ]; then
- echo " '$CFG_ARCH' is supported"