netboot-launcher-efl: Bump version to 0.2.2 and fix download link.
[openembedded.git] / recipes / libhandoff / libhandoff_0.1.bb
1 LICENSE     = "GPL"
2 DESCRIPTION = "handoff library for GPE calendar"
3 SECTION = "gpe/libs"
4 PRIORITY = "optional"
5 DEPENDS  = "glib-2.0"
6
7 inherit pkgconfig gpe autotools
8
9 GPE_TARBALL_SUFFIX = "bz2"
10
11 do_stage () {
12         autotools_stage_all
13 }