diff options
-rw-r--r-- | packages/gpephone/vochistory_0.1.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/gpephone/vochistory_0.1.bb b/packages/gpephone/vochistory_0.1.bb new file mode 100644 index 0000000000..d72bbcc3cd --- /dev/null +++ b/packages/gpephone/vochistory_0.1.bb @@ -0,0 +1,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}"
\ No newline at end of file |