aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gpephone/libmsgenabler_svn.bb
blob: c8672e143e53da18f7426370dac6a6dcbcf7e618 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
LICENSE     = "LiPS"
DESCRIPTION = "LiPS message backend library."
SECTION = "gpe/libs"
PRIORITY    = "optional"
DEPENDS     = "glib-2.0 dbus-glib librecord sqlite3"
PV = "1.0+svnr-${SRCREV}"
PR          = "r0"

DEFAULT_PREFERENCE = "-1"

inherit gpephone pkgconfig autotools

SRC_URI = "${GPEPHONE_SVN}"

FILES_${PN} += "$(datadir)/libmsgenabler"

S = "${WORKDIR}/${PN}"

do_stage () {
	autotools_stage_all
}