aboutsummaryrefslogtreecommitdiffstats
path: root/packages/openmoko-projects/diversity-radar_svn.bb
blob: 446c449c7246a06d978425912cd5248e9cb04b1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
DESCRIPTION = "Diversity_radar - 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"
PV = "0.0.4+svnr${SRCREV}"
PR = "r0"

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

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

inherit setuptools

PACKAGES = "${PN}"

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

PKG_TAGS_${PN} = "group::communication"