aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gpephone/libmsgenabler_1.0.bb
blob: 0522507db0ba9b974f204f304dc758e9a8a00207 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
LICENSE     = "LiPS"
DESCRIPTION = "LiPS message backend library."
SECTION = "gpe/libs"
PRIORITY    = "optional"
DEPENDS     = "glib-2.0 dbus-glib librecord sqlite3"
PR          = "r0"

GPE_TARBALL_SUFFIX = "bz2"

inherit gpephone pkgconfig autotools

do_stage () {
	autotools_stage_all
}