opie-todo cvs: Unbreak system-wide logging.
authorPaul Sokolovsky <pmiscml@gmail.com>
Thu, 3 May 2007 03:06:32 +0000 (03:06 +0000)
committerPaul Sokolovsky <pmiscml@gmail.com>
Thu, 3 May 2007 03:06:32 +0000 (03:06 +0000)
* A specific app may not override system-wide parameter on a whim - it's
under user control.

packages/opie-todo/files/.mtn2git_empty [new file with mode: 0644]
packages/opie-todo/files/unbreak-logging.patch [new file with mode: 0644]
packages/opie-todo/opie-todo_cvs.bb

diff --git a/packages/opie-todo/files/.mtn2git_empty b/packages/opie-todo/files/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/opie-todo/files/unbreak-logging.patch b/packages/opie-todo/files/unbreak-logging.patch
new file mode 100644 (file)
index 0000000..c76b8b4
--- /dev/null
@@ -0,0 +1,21 @@
+Index: opie/core/pim/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 <qpe/qpeapplication.h>
+-void myMessages( QtMsgType, const char*  ) {
+-
+-}
+-
+ int main( int argc, char **argv )
+ {
+-    qInstallMsgHandler( myMessages );
+     QPEApplication a( argc, argv );
+     QTime time;
index dabbdfd..2397805 100644 (file)
@@ -1,6 +1,8 @@
 require ${PN}.inc
 
 PV = "${OPIE_CVS_PV}"
+PR = "r1"
 
 SRC_URI = "${HANDHELDS_CVS};module=opie/core/pim/todo \
-           ${HANDHELDS_CVS};module=opie/apps"
+           ${HANDHELDS_CVS};module=opie/apps \
+           file://unbreak-logging.patch;patch=1"