aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libschedule/libschedule_0.15.bb
blob: 77c6a97f81a63769dae88712e04cd59679c901b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
LICENSE = "LGPL"
PR = "r3"
DESCRIPTION = "RTC alarm handling library for GPE"
SECTION = "gpe/libs"
PRIORITY = "optional"
DEPENDS = "glib-2.0 sqlite"
GPE_TARBALL_SUFFIX = "gz"

inherit autotools pkgconfig gpe


do_stage () {
autotools_stage_all
}