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

GPE_TARBALL_SUFFIX = "bz2"

inherit gpephone pkgconfig autotools

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

do_stage () {
	autotools_stage_all
}