[oe-commits] Klaus Kurzmann : add recipe for omgps

git version control git at git.openembedded.org
Thu Jun 25 19:53:29 UTC 2009


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

Author: Klaus Kurzmann <mok at fluxnetz.de>
Date:   Thu Jun 25 21:53:20 2009 +0200

add recipe for omgps

Signed-off-by: Klaus Kurzmann <mok at fluxnetz.de>

---

 conf/distro/include/shr-autorev.inc |    1 +
 recipes/omgps/omgps_svn.bb          |   12 ++++++++++++
 2 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/conf/distro/include/shr-autorev.inc b/conf/distro/include/shr-autorev.inc
index 0b33f72..eaa5542 100644
--- a/conf/distro/include/shr-autorev.inc
+++ b/conf/distro/include/shr-autorev.inc
@@ -100,3 +100,4 @@ SRCREV_pn-msn-pecan = "${AUTOREV}"
 SRCREV_pn-libmokoui2 = "${AUTOREV}"
 PREFERRED_VERSION_connman = "git"
 SRCREV_pn-connman = "1916aa601dafa4915c0f0a47a114b1007dadb09c"
+SRCREV_pn-omgps = "${AUTOREV}"
diff --git a/recipes/omgps/omgps_svn.bb b/recipes/omgps/omgps_svn.bb
new file mode 100644
index 0000000..5e19fad
--- /dev/null
+++ b/recipes/omgps/omgps_svn.bb
@@ -0,0 +1,12 @@
+DESCRIPTION = "GPS application for openmoko freerunner"
+HOMEPAGE = "http://omgps.googlecode.com"
+SECTION = "openmoko/applications"
+LICENSE = "GPLv2"
+DEPENDS = "gtk+ python-pygobject dbus-glib"
+#PACKAGES = "${PN}-dbg ${PN}"
+PV = "0.1-svnr${SRCREV}"
+PR = "r0"
+S = "${WORKDIR}/${PN}"
+SRC_URI = "svn://omgps.googlecode.com/svn/trunk;module=omgps;proto=http"
+
+inherit autotools





More information about the Openembedded-commits mailing list