aboutsummaryrefslogtreecommitdiffstats
path: root/packages/libhandoff/libhandoff_svn.bb
blob: 510027110ce522466bdc31be6c0d3618d2a3d6d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
LICENSE     = "GPL"
DESCRIPTION = "handoff library for GPE calendar"
SECTION = "gpe/libs"
PRIORITY = "optional"
DEPENDS  = "glib-2.0"
PV = "0.1+svn${SRCDATE}"
FILE_PR = "r0"
DEFAULT_PREFERENCE = "-1"

inherit pkgconfig gpe autotools

SRC_URI = "${GPE_SVN}"

S = "${WORKDIR}/${PN}"

do_stage () {
autotools_stage_all
}