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

GPE_TARBALL_SUFFIX = "bz2"

inherit autotools pkgconfig gpe

do_stage () {
        autotools_stage_all
}