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

bluelightning commit oe at amethyst.openembedded.net
Mon Sep 1 18:33:40 UTC 2008


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

Author: bluelightning at openembedded.org
Branch: org.openembedded.dev
Revision: 55f9d3aac07ca54d9d8e57f46fb6f0e95fd13eb8
ViewMTN: http://monotone.openembedded.org/revision/info/55f9d3aac07ca54d9d8e57f46fb6f0e95fd13eb8
Files:
1
packages/libqpe/libqpe-opie/citytime-path-2.patch
packages/libqpe/libqpe-opie_cvs.bb
Diffs:

#
# mt diff -r56f6c215cc83ffed683308e5b9d58d99dcea7827 -r55f9d3aac07ca54d9d8e57f46fb6f0e95fd13eb8
#
#
#
# add_file "packages/libqpe/libqpe-opie/citytime-path-2.patch"
#  content [ea31a8aec96064756f5aab3e20fee3cdba40e6f8]
# 
# patch "packages/libqpe/libqpe-opie_cvs.bb"
#  from [5b455f635df061033bcf1797d4f490d5b64a3edc]
#    to [1be4fc68fcba5b0e72363211f2fd5c6249ec3333]
#
============================================================
--- packages/libqpe/libqpe-opie/citytime-path-2.patch	ea31a8aec96064756f5aab3e20fee3cdba40e6f8
+++ packages/libqpe/libqpe-opie/citytime-path-2.patch	ea31a8aec96064756f5aab3e20fee3cdba40e6f8
@@ -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"),
============================================================
--- packages/libqpe/libqpe-opie_cvs.bb	5b455f635df061033bcf1797d4f490d5b64a3edc
+++ packages/libqpe/libqpe-opie_cvs.bb	1be4fc68fcba5b0e72363211f2fd5c6249ec3333
@@ -1,12 +1,12 @@ PV = "${OPIE_CVS_PV}"
 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