merge of '07a342693675fe2b1daacf0eb62302579d9fade3'
[org.openembedded.dev.git] / packages / libschedule / libschedule_svn.bb
blob1095c2de3288200c44873e1c77056c8bdc1f75f8
1 DESCRIPTION = "RTC alarm handling library for GPE"
2 SECTION = "gpe/libs"
3 PRIORITY = "optional"
4 LICENSE = "LGPL"
5 DEPENDS = "glib-2.0 sqlite libgpewidget"
6 PV = "0.16+svn${SRCDATE}"
7 PR = "r0"
9 inherit autotools pkgconfig gpe
11 SRC_URI = "${GPE_SVN}"
13 S = "${WORKDIR}/${PN}"
15 do_stage () {
16 autotools_stage_all
19 DEFAULT_PREFERENCE = "-1"