From: John Lee Date: Mon, 10 Mar 2008 06:25:00 +0000 (+0000) Subject: diversity: Diversity is a framework for Internet + GPS applications. X-Git-Tag: Release-2010-05/1~7106^2^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea1b5199f84b0a2ff71652b055804af3b53142fa;p=openembedded.git 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. --- diff --git a/packages/diversity/.mtn2git_empty b/packages/diversity/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/diversity/diversity-daemon_svn.bb b/packages/diversity/diversity-daemon_svn.bb new file mode 100644 index 0000000000..bcce953cc5 --- /dev/null +++ b/packages/diversity/diversity-daemon_svn.bb @@ -0,0 +1,19 @@ +DESCRIPTION = "Diveristy Daemon" +SECTION = "net/misc" +LICENSE = "GPL" +HOMEPAGE = "http://www.openmoko.org/" +DEPENDS = "glib-2.0 dbus dbus-glib eds-dbus gypsy libjana curl" +RDEPENDS = "eds-dbus gypsy openmoko-dialer2" +SRCREV = "${AUTOREV}" +PV = "0.0+svnr${SRCREV}" + +PR = "r1" + +inherit autotools pkgconfig + +EXTRA_OECONF = "--disable-nm --disable-geoclue --disable-xmpp --enable-session-bus" +SRC_URI = "svn://svn.internal.openmoko.org/trunk/diversity;module=backends;proto=https" + +S = "${WORKDIR}/backends" +FILES_${PN} += "${datadir}/dbus-1/" +FILES_${PN} += "${sysconfdir}/dbus-1/" diff --git a/packages/diversity/diversity-nav_svn.bb b/packages/diversity/diversity-nav_svn.bb new file mode 100644 index 0000000000..750a636af3 --- /dev/null +++ b/packages/diversity/diversity-nav_svn.bb @@ -0,0 +1,16 @@ +DESCRIPTION = "Diversity_nav - a GPS location based communicative application" +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" +SECTION = "openmoko/applications" + +SRCREV = "${AUTOREV}" +PV = "0.0.1+svnr${SRCREV}" +PR = "r1" + +EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc" +SRC_URI = "svn://svn.internal.openmoko.org/trunk/diversity/ui/modules;module=diversity_nav;proto=https" + +S = "${WORKDIR}/diversity_nav" + +inherit autotools pkgconfig