aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gpephone/libvocenabler_0.1.bb
blob: 8afe00f4d107db540a98cfb608b65f8d57c529e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
LICENSE     = "LiPS"
DESCRIPTION = "LiPS voice call  library."
SECTION = "gpe/libs"
PRIORITY    = "optional"
DEPENDS     = "glib-2.0 dbus-glib linphone"
PR          = "r0"

GPE_TARBALL_SUFFIX = "gz"

inherit gpephone pkgconfig autotools

do_compile_prepend() {
	for i in `find . -name "Makefile"` ; do
		sed -i -e s:I/usr/include:I${STAGING_INCDIR}:g $i
	done	
}

SRC_URI[md5sum] = "536cd97488c0882913c097a833cb2ca2"
SRC_URI[sha256sum] = "748a9a5a1b2e6bf1db4cc767742acf58d836e551e56a493bd34ad759d3bb4f53"