aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gpephone/libiac2_svn.bb
blob: cea56f0d3d227e6c5957f6ada5c66cb62d38084c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
DESCRIPTION = "LiPS IPC library."
SECTION = "gpe/libs"
PRIORITY = "optional"
LICENSE = "LiPS"
DEPENDS = "gtk+ gtk-doc dbus-glib"
SRCREV = "1590"
PV = "0.0+svnr${SRCPV}"
PE = "1"
PR = "r0"

inherit gpephone pkgconfig autotools

SRC_URI = "${GPEPHONE_SVN} \
           file://disable-tests.patch;patch=1;pnum=0"

EXTRA_OECONF = "--enable-gui --enable-test=no  --with-cuint=no"

S = ${WORKDIR}/${PN}

do_stage () {
        autotools_stage_all
}