[oe-commits] org.oe.dev diversity: Diversity is a framework for Internet + GPS applications.

john_lee commit oe at amethyst.openembedded.net
Fri Apr 25 15:37:25 UTC 2008


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.

Author: john_lee at openembedded.org
Branch: org.openembedded.dev
Revision: 5bda16ec9d88db220b99134f52015fa29dcf01da
ViewMTN: http://monotone.openembedded.org/revision/info/5bda16ec9d88db220b99134f52015fa29dcf01da
Files:
1
packages/diversity
packages/diversity/diversity-daemon_svn.bb
packages/diversity/diversity-nav_svn.bb
Diffs:

#
# mt diff -r32b0e850de8a86b35ac29798b1428744ea5ccbf4 -r5bda16ec9d88db220b99134f52015fa29dcf01da
#
#
#
# add_dir "packages/diversity"
# 
# add_file "packages/diversity/diversity-daemon_svn.bb"
#  content [40b0fa8b047ccd163be70ae7839aabd0f103034b]
# 
# add_file "packages/diversity/diversity-nav_svn.bb"
#  content [c0711d82b0adb38200c69f9b869e3d1aeec8e41e]
#
============================================================
--- packages/diversity/diversity-daemon_svn.bb	40b0fa8b047ccd163be70ae7839aabd0f103034b
+++ packages/diversity/diversity-daemon_svn.bb	40b0fa8b047ccd163be70ae7839aabd0f103034b
@@ -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/"
============================================================
--- packages/diversity/diversity-nav_svn.bb	c0711d82b0adb38200c69f9b869e3d1aeec8e41e
+++ packages/diversity/diversity-nav_svn.bb	c0711d82b0adb38200c69f9b869e3d1aeec8e41e
@@ -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






More information about the Openembedded-commits mailing list