aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/openmoko-projects/diversity-radar_svn.bb
blob: e7edb1ac4209abe7b9f25ad78a1cb5829df0c54f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
DESCRIPTION = "Diversity Radar is a GPS location based communicative application"
HOMEPAGE = "http://diversity.projects.openmoko.org/"
SECTION = "openmoko/applications"
LICENSE = "GPL"
DEPENDS = "python-evas python-edje python-ecore python-edbus python-dbus python-etk"
RDEPENDS_${PN} = "diversity-daemon"
SRCREV = "453"
PV = "0.0.4+svnr${SRCPV}"
PR = "r0.02"

SRC_URI = "svn://svn.projects.openmoko.org/svnroot/diversity/toys;module=diversity-radar;proto=http"

S = "${WORKDIR}/${PN}"

inherit setuptools

FILES_${PN} += "${prefix}/share/*"