aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gpephone/libalmmgr_svn.bb
blob: c3bb36c9cedf13371602d046854d011c4f6cd221 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
DESCRIPTION = "LiPS alarm framework library."
SECTION = "gpe/libs"
PRIORITY = "optional"
LICENSE = "LiPS"
DEPENDS = "glib-2.0 libiac"
PV = "0.0+svnr${SRCPV}"
PE = "1"
PR = "r0"

inherit gpephone pkgconfig autotools

SRC_URI = "${GPEPHONE_SVN}"

S = ${WORKDIR}/${PN}

do_stage () {
        autotools_stage_all
}