[oe-commits] Angus Ainslie : bt-gps: update the dependencies

git version control git at git.openembedded.org
Mon Sep 28 03:35:00 UTC 2009


Module: openembedded.git
Branch: shr/import
Commit: 0c7765d3ebb81d355f73509571bb56873cbe255e
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=0c7765d3ebb81d355f73509571bb56873cbe255e

Author: Angus Ainslie <nytowl at openmoko.org>
Date:   Sun Sep 27 21:32:06 2009 -0600

bt-gps: update the dependencies

---

 recipes/bt-gps/bt-gps.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/bt-gps/bt-gps.bb b/recipes/bt-gps/bt-gps.bb
index 0e9ab69..414c37f 100644
--- a/recipes/bt-gps/bt-gps.bb
+++ b/recipes/bt-gps/bt-gps.bb
@@ -2,12 +2,12 @@ DESCRIPTION = "Turns your Neo Freerunner into a bluetooth GPS"
 SECTION = "console/network"
 PRIORITY = "optional"
 LICENSE = "GPL"
-RDEPENDS = "python python-pygtk"
+RDEPENDS = "python python-pygtk gps-utils"
 
 SRC_URI = "http://handheldshell.com/software/fso/btgps.tgz  \
 	  "
 
-inherit autotools
+#inherit autotools
 
 S = ${WORKDIR}/bluetooth
 





More information about the Openembedded-commits mailing list