diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2009-11-18 09:27:35 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2009-11-18 09:57:50 +0100 |
commit | 111c79f388e2fde3de44dd8c74ef89f012375888 (patch) | |
tree | 1b7a42cda80b6c73fd51ba4edf04da421ecae236 /recipes | |
parent | 09e1c75d958bd47f128389001b36567e8263bfe8 (diff) |
omgps: new recipe from SHR
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/omgps/omgps_svn.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/omgps/omgps_svn.bb b/recipes/omgps/omgps_svn.bb new file mode 100644 index 0000000000..e68a9a4a3d --- /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${SRCPV}" +PR = "r0" +S = "${WORKDIR}/${PN}" +SRC_URI = "svn://omgps.googlecode.com/svn/trunk;module=omgps;proto=http" + +inherit autotools |