summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorJohn Lee <john_lee@openmoko.org>2008-03-11 16:46:36 +0000
committerJohn Lee <john_lee@openmoko.org>2008-03-11 16:46:36 +0000
commit713e0a97c9115eb9b04b2ab7ee7c48723a614097 (patch)
treeb492a7ecb79e47195efbe62299f353356df295d7 /packages
parent84f86f51d4b5c67bc99294eba8fb1b7a5baf4578 (diff)
diversity: Diversity is a framework for Internet + GPS applications.
It communicates with a server for location exchange.It also allows you to tag and share a location with your friends. * update sane-srcrevs.inc and moko-autorev.inc accordingly
Diffstat (limited to 'packages')
-rw-r--r--packages/openmoko-projects/.mtn2git_empty0
-rw-r--r--packages/openmoko-projects/diversity-daemon_svn.bb19
-rw-r--r--packages/openmoko-projects/diversity-nav_svn.bb16
3 files changed, 35 insertions, 0 deletions
diff --git a/packages/openmoko-projects/.mtn2git_empty b/packages/openmoko-projects/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/openmoko-projects/.mtn2git_empty
diff --git a/packages/openmoko-projects/diversity-daemon_svn.bb b/packages/openmoko-projects/diversity-daemon_svn.bb
new file mode 100644
index 0000000000..6ea4f54a92
--- /dev/null
+++ b/packages/openmoko-projects/diversity-daemon_svn.bb
@@ -0,0 +1,19 @@
+DESCRIPTION = "Diveristy Daemon"
+HOMEPAGE = "http://diversity.projects.openmoko.org/"
+SECTION = "net/misc"
+LICENSE = "GPL"
+DEPENDS = "glib-2.0 dbus dbus-glib eds-dbus gypsy libjana curl"
+RDEPENDS = "eds-dbus gypsy openmoko-dialer2"
+PV = "0.0+svnr${SRCREV}"
+PR = "r1"
+
+SRC_URI = "svn://svn.projects.openmoko.org/svnroot/diversity/trunk;module=diversity-daemon;proto=https"
+
+S = "${WORKDIR}/diversity-daemon"
+
+inherit autotools pkgconfig
+
+EXTRA_OECONF = "--disable-nm --disable-geoclue --disable-xmpp --enable-session-bus"
+
+FILES_${PN} += "${datadir}/dbus-1/"
+FILES_${PN} += "${sysconfdir}/dbus-1/"
diff --git a/packages/openmoko-projects/diversity-nav_svn.bb b/packages/openmoko-projects/diversity-nav_svn.bb
new file mode 100644
index 0000000000..58090e9baf
--- /dev/null
+++ b/packages/openmoko-projects/diversity-nav_svn.bb
@@ -0,0 +1,16 @@
+DESCRIPTION = "Diversity_nav - a GPS location based communicative application"
+HOMEPAGE = "http://diversity.projects.openmoko.org/"
+SECTION = "openmoko/applications"
+LICENSE = "GPL"
+DEPENDS = "evas edje ecore edbus"
+RDEPENDS = "libevas-engine-buffer libevas-engine-software-16 libevas-engine-software-16-x11 libevas-engine-software-generic libevas-engine-software-x11 libevas-loader-eet libevas-loader-jpeg libevas-loader-png"
+PV = "0.0.1+svnr${SRCREV}"
+PR = "r1"
+
+SRC_URI = "svn://svn.projects.openmoko.org/svnroot/diversity/trunk;module=diversity-nav;proto=https"
+
+S = "${WORKDIR}/diversity-nav"
+
+inherit autotools pkgconfig
+
+EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc"