From 0f574ccf07fd35fb3a8a9ddf01b5fd1ce6865cad Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Tue, 17 May 2011 11:53:22 +0100 Subject: qt4: remove Qt 4.6.3 We should only have one version of Qt4 supported in oe-core. (From OE-Core rev: 95f348d81353ea105493d0cc360d63b6b7264ce5) Signed-off-by: Paul Eggleton Signed-off-by: Richard Purdie --- .../qt4/files/0002-fix-resinit-declaration.patch | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 meta/recipes-qt/qt4/files/0002-fix-resinit-declaration.patch (limited to 'meta/recipes-qt/qt4/files/0002-fix-resinit-declaration.patch') diff --git a/meta/recipes-qt/qt4/files/0002-fix-resinit-declaration.patch b/meta/recipes-qt/qt4/files/0002-fix-resinit-declaration.patch deleted file mode 100644 index be4d5c0e22..0000000000 --- a/meta/recipes-qt/qt4/files/0002-fix-resinit-declaration.patch +++ /dev/null @@ -1,22 +0,0 @@ -From acfeb18aa94bad6b2066e91cd15570889baaa252 Mon Sep 17 00:00:00 2001 -From: Michael Krelin -Date: Sat, 2 Jun 2007 16:04:01 +0200 -Subject: [PATCH] fix resinit declaration - ---- - src/qt3support/network/q3dns.cpp | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) - -Index: qt-embedded-linux-opensource-src-4.4.3/src/qt3support/network/q3dns.cpp -=================================================================== ---- qt-embedded-linux-opensource-src-4.4.3.orig/src/qt3support/network/q3dns.cpp 2008-09-27 11:01:28.000000000 +0200 -+++ qt-embedded-linux-opensource-src-4.4.3/src/qt3support/network/q3dns.cpp 2009-03-26 17:04:05.000000000 +0100 -@@ -44,7 +44,7 @@ - # include - # include - # include --extern "C" int res_init(); -+extern "C" int res_init() throw(); - #endif - - // POSIX Large File Support redefines open -> open64 -- cgit v1.2.3-54-g00ecf