aboutsummaryrefslogtreecommitdiffstats
path: root/packages/libqpe/libqpe-opie_cvs.bb
diff options
context:
space:
mode:
authorPaul Sokolovsky <pmiscml@gmail.com>2007-05-03 12:09:21 +0000
committerPaul Sokolovsky <pmiscml@gmail.com>2007-05-03 12:09:21 +0000
commit55d65275800bafcba628ecec9af25747354781b1 (patch)
tree3dbb7e22ea459cf8fb845e52c0255e68d1470f05 /packages/libqpe/libqpe-opie_cvs.bb
parent9cf71188644819ad8afd300ad2a32b8661a71c6f (diff)
downloadopenembedded-55d65275800bafcba628ecec9af25747354781b1.tar.gz
libqpe-opie cvs: Unbreak logging.
* Again, it's bad idea to randomly disable some logging sources based on obscure compile-time defines (QT_DEBUG is not mentioned in qte-2.3.10, so how could it get such name at all?). OE OPIE is going to have logging facility helping to resolve issues, not obfuscate them.
Diffstat (limited to 'packages/libqpe/libqpe-opie_cvs.bb')
-rw-r--r--packages/libqpe/libqpe-opie_cvs.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/packages/libqpe/libqpe-opie_cvs.bb b/packages/libqpe/libqpe-opie_cvs.bb
index 7a6cda7b9b..0debaa004f 100644
--- a/packages/libqpe/libqpe-opie_cvs.bb
+++ b/packages/libqpe/libqpe-opie_cvs.bb
@@ -1,8 +1,10 @@
require ${PN}.inc
PV = "1.2.2+cvs${SRCDATE}"
-PR = "r7"
+PR = "r8"
SRC_URI = "${HANDHELDS_CVS};module=opie/library \
- file://fix-titleheight.patch;patch=1"
+ file://fix-titleheight.patch;patch=1 \
+ file://unbreak-logging.patch;patch=1 \
+ "