blob: 43c1d0a1b97f61152bc3336caa7d3169238a4b8e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
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"
PV = "0.0+svnr${SRCREV}"
PR = "r3"
SRC_URI = "svn://svn.projects.openmoko.org/svnroot/diversity/trunk;module=diversity-daemon;proto=https \
file://no-xmmp.patch;patch=1;minrev=276"
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/"
|