omap3-sgx-modules: strip unneeded stuff
[openembedded.git] / recipes / libhandoff / libhandoff_svn.bb
1 LICENSE     = "GPL"
2 DESCRIPTION = "handoff library for GPE calendar"
3 SECTION = "gpe/libs"
4 PRIORITY = "optional"
5 DEPENDS  = "glib-2.0"
6 PV = "0.1+svn${SRCDATE}"
7 PR = "r0"
8 DEFAULT_PREFERENCE = "-1"
9
10 inherit pkgconfig gpe autotools
11
12 SRC_URI = "${GPE_SVN}"
13
14 S = "${WORKDIR}/${PN}"
15
16 do_stage () {
17 autotools_stage_all
18 }