aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libschedule/libschedule_svn.bb
blob: 1095c2de3288200c44873e1c77056c8bdc1f75f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
DESCRIPTION = "RTC alarm handling library for GPE"
SECTION = "gpe/libs"
PRIORITY = "optional"
LICENSE = "LGPL"
DEPENDS = "glib-2.0 sqlite libgpewidget"
PV = "0.16+svn${SRCDATE}"
PR = "r0"

inherit autotools pkgconfig gpe

SRC_URI = "${GPE_SVN}"

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

do_stage () {
        autotools_stage_all
}

DEFAULT_PREFERENCE = "-1"