[oe-commits] org.oe.dev opie-todo cvs: Unbreak system-wide logging.

pfalcon commit openembedded-commits at lists.openembedded.org
Thu May 3 07:06:20 UTC 2007


opie-todo cvs: Unbreak system-wide logging.
* A specific app may not override system-wide parameter on a whim - it's 
under user control.

Author: pfalcon at openembedded.org
Branch: org.openembedded.dev
Revision: a2852adc205801070bb98f0c496e26dd9224a202
ViewMTN: http://monotone.openembedded.org/revision.psp?id=a2852adc205801070bb98f0c496e26dd9224a202
Files:
1
packages/opie-todo/files
packages/opie-todo/files/unbreak-logging.patch
packages/opie-todo/opie-todo_cvs.bb
Diffs:

#
# mt diff -rb896e366f22797c8a8d7c7db63a0236eefe66dc9 -ra2852adc205801070bb98f0c496e26dd9224a202
#
# 
# 
# add_dir "packages/opie-todo/files"
# 
# add_file "packages/opie-todo/files/unbreak-logging.patch"
#  content [ee65cf33ea497b4d84d302b5c9494a9a02e06ed0]
# 
# patch "packages/opie-todo/opie-todo_cvs.bb"
#  from [b39721de66b0865de26e785b08f6382550aca744]
#    to [6f741125f19077bc82352027163405c4f047634d]
# 
============================================================
--- packages/opie-todo/files/unbreak-logging.patch	ee65cf33ea497b4d84d302b5c9494a9a02e06ed0
+++ packages/opie-todo/files/unbreak-logging.patch	ee65cf33ea497b4d84d302b5c9494a9a02e06ed0
@@ -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;
============================================================
--- packages/opie-todo/opie-todo_cvs.bb	b39721de66b0865de26e785b08f6382550aca744
+++ packages/opie-todo/opie-todo_cvs.bb	6f741125f19077bc82352027163405c4f047634d
@@ -1,6 +1,8 @@ PV = "${OPIE_CVS_PV}"
 require ${PN}.inc
 
 PV = "${OPIE_CVS_PV}"
+PR = "r1"
 
 SRC_URI = "${HANDHELDS_CVS};module=opie/core/pim/todo \
+           ${HANDHELDS_CVS};module=opie/apps \
+           file://unbreak-logging.patch;patch=1"
-           ${HANDHELDS_CVS};module=opie/apps"






More information about the Openembedded-commits mailing list