From 709c4d66e0b107ca606941b988bad717c0b45d9b Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Tue, 17 Mar 2009 14:32:59 -0400 Subject: rename packages/ to recipes/ per earlier agreement See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko Acked-by: Mike Westerhof Acked-by: Philip Balister Acked-by: Khem Raj Acked-by: Marcin Juszkiewicz Acked-by: Koen Kooi Acked-by: Frans Meulenbroeks --- recipes/opie-todo/files/unbreak-logging.patch | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 recipes/opie-todo/files/unbreak-logging.patch (limited to 'recipes/opie-todo/files/unbreak-logging.patch') diff --git a/recipes/opie-todo/files/unbreak-logging.patch b/recipes/opie-todo/files/unbreak-logging.patch new file mode 100644 index 0000000000..20e0bd0ff7 --- /dev/null +++ b/recipes/opie-todo/files/unbreak-logging.patch @@ -0,0 +1,21 @@ +Index: todo/main.cpp +=================================================================== +RCS file: /cvs/opie/core/pim/todo/main.cpp,v +retrieving revision 1.11 +diff -u -r1.11 main.cpp +--- main.cpp 6 Apr 2005 21:39:47 -0000 1.11 ++++ main.cpp 3 May 2007 02:57:14 -0000 +@@ -34,13 +34,8 @@ + + #include + +-void myMessages( QtMsgType, const char* ) { +- +-} +- + int main( int argc, char **argv ) + { +- qInstallMsgHandler( myMessages ); + QPEApplication a( argc, argv ); + + QTime time; -- cgit v1.2.3