aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/obsolete/openmoko-projects/diversity-daemon_svn.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/obsolete/openmoko-projects/diversity-daemon_svn.bb')
-rw-r--r--recipes/obsolete/openmoko-projects/diversity-daemon_svn.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/recipes/obsolete/openmoko-projects/diversity-daemon_svn.bb b/recipes/obsolete/openmoko-projects/diversity-daemon_svn.bb
new file mode 100644
index 0000000000..ab06fde683
--- /dev/null
+++ b/recipes/obsolete/openmoko-projects/diversity-daemon_svn.bb
@@ -0,0 +1,20 @@
+DESCRIPTION = "Diversity Daemon"
+HOMEPAGE = "http://diversity.projects.openmoko.org/"
+SECTION = "network/misc"
+LICENSE = "GPL"
+DEPENDS = "glib-2.0 dbus dbus-glib eds-dbus libjana curl"
+RDEPENDS_${PN} = "eds-dbus"
+SRCREV = "571"
+PV = "0.0+svnr${SRCPV}"
+PR = "r3"
+
+SRC_URI = "svn://svn.projects.openmoko.org/svnroot/diversity/trunk;module=diversity-daemon;proto=http \
+ file://no-xmmp.patch;minrev=276;maxrev=568"
+S = "${WORKDIR}/diversity-daemon"
+
+inherit autotools pkgconfig
+
+EXTRA_OECONF = "--disable-nm --disable-xmpp --enable-session-bus"
+
+FILES_${PN} += "${datadir}/dbus-1/"
+FILES_${PN} += "${sysconfdir}/dbus-1/"