blob: a294dc93b7f70e14514523726b592dcb34c19e4f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
LICENSE = "LiPS"
DESCRIPTION = "LiPS message backend library."
SECTION = "gpe/libs"
PRIORITY = "optional"
DEPENDS = "glib-2.0 dbus-glib librecord2 liblipsevent2 telepathy-mission-control libgsmd-lips"
PV = "0.0+svnr-${SRCREV}"
PR = "r2"
DEFAULT_PREFERENCE = "-1"
inherit gpephone pkgconfig autotools
SRC_URI = "${GPEPHONE_SVN}"
S = ${WORKDIR}/${PN}
FILES_${PN} += "${datadir}/libmsgenabler2 ${libdir}/msg-providers/*.0"
FILES_${PN}-dev += "${libdir}/msg-providers/*.so ${libdir}/msg-providers/*a"
FILES_${PN}-dbg += "${libdir}/msg-providers/.debug"
do_stage () {
autotools_stage_all
}
|