[oe-commits] Martin Jansa : bt-gps: new recipe from SHR

git version control git at git.openembedded.org
Wed Nov 18 09:06:00 UTC 2009


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

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Wed Nov 18 09:24:44 2009 +0100

bt-gps: new recipe from SHR

---

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

diff --git a/recipes/bt-gps/bt-gps.bb b/recipes/bt-gps/bt-gps.bb
new file mode 100644
index 0000000..414c37f
--- /dev/null
+++ b/recipes/bt-gps/bt-gps.bb
@@ -0,0 +1,27 @@
+DESCRIPTION = "Turns your Neo Freerunner into a bluetooth GPS"
+SECTION = "console/network"
+PRIORITY = "optional"
+LICENSE = "GPL"
+RDEPENDS = "python python-pygtk gps-utils"
+
+SRC_URI = "http://handheldshell.com/software/fso/btgps.tgz  \
+	  "
+
+#inherit autotools
+
+S = ${WORKDIR}/bluetooth
+
+do_install() {
+        install -d ${D}/usr/share/applications
+        install -d ${D}/usr/bin
+        install -m 0755 ${S}/BtGPS.py ${D}/usr/bin
+        install -m 0755 ${S}/btgps.desktop ${D}/usr/share/applications
+}
+
+do_configure() {
+        exit 0
+}
+
+do_compile() {
+        exit 0
+}





More information about the Openembedded-commits mailing list