blob: b8d202a5ddbc1f930e2fe6b01e100e123be6cd71 (
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 = "r1"
GPE_TARBALL_SUFFIX = "bz2"
inherit gpephone pkgconfig autotools
FILES_${PN} += "$(datadir)/libmsgenabler"
do_stage () {
autotools_stage_all
}
|