[oe-commits] Stefan Schmidt : openbmap-logger: Add version 0.3.2

git version control git at git.openembedded.org
Wed Jul 8 18:22:58 UTC 2009


Module: openembedded.git
Branch: fso/milestone5.5
Commit: 4038eefac9ff0a6a6ec40957601219809912e01a
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=4038eefac9ff0a6a6ec40957601219809912e01a

Author: Stefan Schmidt <stefan at datenfreihafen.org>
Date:   Wed Jul  8 18:20:43 2009 +0000

openbmap-logger: Add version 0.3.2

* Finally distutils support which gives us a sane recipe.

---

 recipes/openbmap/openbmap-logger_0.3.2.bb |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/recipes/openbmap/openbmap-logger_0.3.2.bb b/recipes/openbmap/openbmap-logger_0.3.2.bb
new file mode 100644
index 0000000..e7135f5
--- /dev/null
+++ b/recipes/openbmap/openbmap-logger_0.3.2.bb
@@ -0,0 +1,12 @@
+DESCRIPTION = "openBmap logger and uploader of GPS/GSM data"
+SECTION = "x11/utils"
+PR = "r2"
+
+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}"





More information about the Openembedded-commits mailing list