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

inherit autotools pkgconfig gpe 


do_stage () {
autotools_stage_all
}