aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/openbmap/openbmap-logger_0.4.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/openbmap/openbmap-logger_0.4.0.bb')
-rw-r--r--recipes/openbmap/openbmap-logger_0.4.0.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/openbmap/openbmap-logger_0.4.0.bb b/recipes/openbmap/openbmap-logger_0.4.0.bb
new file mode 100644
index 0000000000..a7648f1989
--- /dev/null
+++ b/recipes/openbmap/openbmap-logger_0.4.0.bb
@@ -0,0 +1,12 @@
+DESCRIPTION = "openBmap logger and uploader of GPS/GSM data"
+SECTION = "x11/utils"
+PR = "r0"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/myposition/openbmap-logger-${PV}.tar.gz"
+
+inherit distutils
+
+RDEPENDS = "python python-dbus python-pygobject python-pygtk libglade \
+ python-subprocess python-netclient python-math python-core python-io frameworkd"
+
+FILES_${PN} += "${datadir}"