aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gpephone/libim2_svn.bb
blob: 6aa515ebc1e30f6219896f7f13904d1ffd3cc5af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
LICENSE     = "LGPL"
DESCRIPTION = "LiPS instant messenger library."
SECTION = "gpe/libs"
PRIORITY    = "optional"
DEPENDS     = "glib-2.0 librecord2 libabenabler2 liblipsevent2 telepathy-glib telepathy-mission-control"
PV = "0.0+svnr-${SRCREV}"
PR          = "r1"

inherit gpephone pkgconfig autotools

SRC_URI = "${GPEPHONE_SVN} \
           file://disable-tests.patch;apply=yes"

EXTRA_OECONF = "--enable-test=no"

S = ${WORKDIR}/libim2

FILES_${PN} += " ${datadir}/dbus-1"

do_stage () {
	autotools_stage_all
}