summaryrefslogtreecommitdiffstats
path: root/recipes/gpephone/vochistory_0.1.bb
blob: d72bbcc3cd44ec2579dc1a688dd5ab651995476c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
LICENSE     = "LiPS"
DESCRIPTION = "Voice call event history"
SECTION = "gpe"
PRIORITY    = "optional"
PR          = "r0"

DEPENDS = "gtk+ dbus-glib libgpewidget libgpephone libiac libchenabler"

inherit gpephone autotools

SRC_URI = "${GPEPHONE_MIRROR}/vochistory-${PV}/callhistory-${PV}.tar.bz2"
S = "${WORKDIR}/callhistory-${PV}"