[oe-commits] Julian_chu : [diversity] Add diversity-radar, a GPS location based communicative application

GIT User account git at amethyst.openembedded.net
Sun Oct 26 14:58:06 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 837650c5653bdff51e9ea13075824304a4937c00
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=837650c5653bdff51e9ea13075824304a4937c00

Author: Julian_chu <julian_chu at openmoko.com>
Date:   Tue Jun  3 19:44:14 2008 +0800

[diversity] Add diversity-radar, a GPS location based communicative application
[sane-srcrevs] Add version of diversity-radar to 405

---

 conf/distro/include/sane-srcrevs.inc              |    1 +
 packages/openmoko-projects/diversity-radar_svn.bb |   20 ++++++++++++++++++++
 2 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/conf/distro/include/sane-srcrevs.inc b/conf/distro/include/sane-srcrevs.inc
index 4978c4e..0361b27 100644
--- a/conf/distro/include/sane-srcrevs.inc
+++ b/conf/distro/include/sane-srcrevs.inc
@@ -31,6 +31,7 @@ SRCREV_pn-dbus-c++ ?= "13131"
 SRCREV_pn-dfu-util ?= "4160"
 SRCREV_pn-dfu-util-native ?= "4160"
 SRCREV_pn-diversity-daemon ?= "277"
+SRCREV_pn-diversity-radar ?= "405"
 SRCREV_pn-eds-dbus ?= "659"
 SRCREV_pn-eglibc ?= "6937"
 SRCREV_pn-eglibc-initial ?= "6937"
diff --git a/packages/openmoko-projects/diversity-radar_svn.bb b/packages/openmoko-projects/diversity-radar_svn.bb
new file mode 100644
index 0000000..446c449
--- /dev/null
+++ b/packages/openmoko-projects/diversity-radar_svn.bb
@@ -0,0 +1,20 @@
+DESCRIPTION = "Diversity_radar - a GPS location based communicative application"
+HOMEPAGE = "http://diversity.projects.openmoko.org/"
+SECTION = "openmoko/applications"
+LICENSE = "GPL"
+DEPENDS = "python-evas python-edje python-ecore python-edbus python-dbus python-etk"
+RDEPENDS_${PN} = "diversity-daemon"
+PV = "0.0.4+svnr${SRCREV}"
+PR = "r0"
+
+SRC_URI = "svn://svn.projects.openmoko.org/svnroot/diversity/toys;module=diversity-radar;proto=http"
+
+S = "${WORKDIR}/${PN}"
+
+inherit setuptools
+
+PACKAGES = "${PN}"
+
+FILES_${PN} += "${prefix}/share/*"
+
+PKG_TAGS_${PN} = "group::communication"





More information about the Openembedded-commits mailing list