[oe-commits] Martin Jansa : navit: small fixes

git version control git at git.openembedded.org
Wed Nov 4 21:27:40 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: 8994eb3e994a1550a1910effef52acd056f271d0
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=8994eb3e994a1550a1910effef52acd056f271d0

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Wed Nov  4 21:41:32 2009 +0100

navit: small fixes

* Request only GPS and CPU instead of Display resource with fsoraw, its
  useless if phone suspends, but if its used ie on bike or just for trip
  tracking than its better to save battery life with Display off.
* Drop default freerunner config for now, it needs update.
* Add fsoraw to RDEPENDS for shr.

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/navit/files/use-fso-raw.patch |    2 +-
 recipes/navit/navit.inc               |    5 +++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/recipes/navit/files/use-fso-raw.patch b/recipes/navit/files/use-fso-raw.patch
index 542d27f..9b412fe 100644
--- a/recipes/navit/files/use-fso-raw.patch
+++ b/recipes/navit/files/use-fso-raw.patch
@@ -5,7 +5,7 @@
  fi
  
 -navit.real $*
-+fsoraw -r Display,GPS -- navit.real $*
++fsoraw -r CPU,GPS -- navit.real $*
  	
  
 -- 
diff --git a/recipes/navit/navit.inc b/recipes/navit/navit.inc
index aa00330..05d2c93 100644
--- a/recipes/navit/navit.inc
+++ b/recipes/navit/navit.inc
@@ -20,10 +20,11 @@ SRC_URI_append = " \
                   file://navit.png \
                   file://navit.service \
 	  	 "
-SRC_URI_append_shr = "file://use-fso-raw.patch;patch=1 \
-                      file://fr-default-config.patch;patch=1"
+SRC_URI_append_shr = "file://use-fso-raw.patch;patch=1"
+#                      file://fr-default-config.patch;patch=1"
 
 DEPENDS_shr += "gypsy"
+RDEPENDS_shr += "fsoraw"
 
 do_install_append() {
         install -d ${D}${datadir}/applications/





More information about the Openembedded-commits mailing list