[oe-commits] : libqpe-opie: fix error in do_patch compilation for cvs version

OE GIT Trial gittrial at amethyst.openembedded.net
Sat Aug 30 16:11:00 UTC 2008


Module: OE.dev
Branch: master
Commit: b91aaa1b710812d2eda8e1a934171d31f5b8bb81
URL:    http://gitweb.openembedded.net//OE.dev.git/?a=commit;h=b91aaa1b710812d2eda8e1a934171d31f5b8bb81

Author:  <bluelightning at openembedded.org>
Date:   Sat Aug 30 15:54:59 2008 +0000

libqpe-opie: fix error in do_patch compilation for cvs version
 * Add citytime-path-2.patch which applies cleanly against current CVS

---

 packages/libqpe/libqpe-opie/citytime-path-2.patch |   11 +++++++++++
 packages/libqpe/libqpe-opie_cvs.bb                |    4 ++--
 2 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/packages/libqpe/libqpe-opie/citytime-path-2.patch b/packages/libqpe/libqpe-opie/citytime-path-2.patch
new file mode 100644
index 0000000..27cb963
--- /dev/null
+++ b/packages/libqpe/libqpe-opie/citytime-path-2.patch
@@ -0,0 +1,11 @@
+--- library/tzselect.cpp	12 Jan 2008 10:14:42 -0000	1.13
++++ library/tzselect.cpp	30 Aug 2008 15:32:13 -0000
+@@ -270,7 +270,7 @@
+ void TimeZoneSelector::slotExecute( void )
+ {
+   // execute the world time application...
+-    if (QFile::exists(QPEApplication::qpeDir()+"bin/citytime"))
++    if (QFile::exists(OPIE_BINDIR "/citytime"))
+         Global::execute( "citytime" );
+     else
+         QMessageBox::warning(this,tr("citytime executable not found"),
diff --git a/packages/libqpe/libqpe-opie_cvs.bb b/packages/libqpe/libqpe-opie_cvs.bb
index 0085003..bbeac82 100644
--- a/packages/libqpe/libqpe-opie_cvs.bb
+++ b/packages/libqpe/libqpe-opie_cvs.bb
@@ -1,12 +1,12 @@
 require ${PN}.inc
 
 PV = "${OPIE_CVS_PV}"
-PR = "r3"
+PR = "r4"
 
 SRC_URI = "${HANDHELDS_CVS};module=opie/library \
            file://fix-titleheight.patch;patch=1 \
            file://unbreak-logging.patch;patch=1 \
-           file://citytime-path.patch;patch=1 \
+           file://citytime-path-2.patch;patch=1 \
 	   file://argv.patch;patch=1 \
           "
 





More information about the Openembedded-commits mailing list