summaryrefslogtreecommitdiff
path: root/packages/gpephone/liblipsevent_0.1.bb
blob: ada0d2ab818fc5bdc5e4f80a7cb273dc1ba894d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
LICENSE     = "LiPS"
DESCRIPTION = "LiPS event model library."
SECTION     = "gpe/libs"
PRIORITY    = "optional"
DEPENDS     = "glib-2.0"
PR          = "r0"

inherit gpephone pkgconfig autotools

SRC_URI = "file://source/lips_event-${PV}.tar.gz"

S = ${WORKDIR}/lips_event-${PV}

do_stage () {
	autotools_stage_all
}