aboutsummaryrefslogtreecommitdiffstats
path: root/packages/libeventdb/libeventdb_cvs.bb
blob: 3ea70bac01415b9e80779c237900c5516eb84605 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
LICENSE     = "LGPL"
DESCRIPTION = "Database access library for GPE calendar"
SECTION  = "gpe/libs"
PRIORITY = "optional"
DEPENDS  = "libgpewidget libgpepimc sqlite"
PV = "0.30+cvs${SRCDATE}"
PR = "r0"
DEFAULT_PREFERENCE = "-1"

inherit pkgconfig gpe autotools

SRC_URI = "${HANDHELDS_CVS};module=gpe/base/${PN}"

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

do_stage () {
autotools_stage_all
}