aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libschedule/libschedule_svn.bb
blob: b844144a9ead44eb34fecd26a6298fcfb42a07ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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}"

DEFAULT_PREFERENCE = "-1"