aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gpe-calendar/gpe-calendar_svn.bb
blob: 3462ebf631ba83c65e699a4112934e2b68ce03ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
DEFAULT_PREFERENCE = "-1"

DESCRIPTION = "GPE calendar"
SECTION = "gpe"
LICENSE = "GPL"

DEPENDS = "libhandoff libsoup libeventdb libschedule libxsettings libxsettings-client libgpepimc libdisplaymigration libgpevtype libsoundgen"
RDEPENDS = "gpe-icons"

inherit autotools gpe


PV = "0.91+svn${SRCDATE}"
PR = "r0"

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


PARALLEL_MAKE = ""