summaryrefslogtreecommitdiffstats
path: root/recipes/libhandoff/libhandoff_0.1.bb
blob: bafbb9ec10acbb2d38bb0dfd09bd1ca719f82bbb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
LICENSE     = "GPL"
DESCRIPTION = "handoff library for GPE calendar"
SECTION = "gpe/libs"
PRIORITY = "optional"
DEPENDS  = "glib-2.0"

inherit pkgconfig gpe autotools

GPE_TARBALL_SUFFIX = "bz2"

do_stage () {
        autotools_stage_all
}