aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/pyphonelog
diff options
context:
space:
mode:
authorKlaus Kurzmann <mok@fluxnetz.de>2009-07-27 18:17:50 +0200
committerKlaus Kurzmann <mok@fluxnetz.de>2009-07-27 18:17:50 +0200
commit6331e4bfb51c96a4dade2fca6286cc624862535d (patch)
tree81458de46f4be2846f380f6fea0a165b5838311c /recipes/pyphonelog
parente22a881bd37e02be9752ad029d1a588f15b60e20 (diff)
downloadopenembedded-6331e4bfb51c96a4dade2fca6286cc624862535d.tar.gz
pyphonelog: add python-phoneutils as runtime dep
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Diffstat (limited to 'recipes/pyphonelog')
-rw-r--r--recipes/pyphonelog/pyphonelog_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/pyphonelog/pyphonelog_git.bb b/recipes/pyphonelog/pyphonelog_git.bb
index d203ee5c0b..9dd9acd8e4 100644
--- a/recipes/pyphonelog/pyphonelog_git.bb
+++ b/recipes/pyphonelog/pyphonelog_git.bb
@@ -3,13 +3,13 @@ HOMEPAGE = "http://wiki.openmoko.org/wiki/PyPhonelog"
SECTION = "x11/applications"
LICENSE = "GPLv2"
SRCNAME = "pyphonelog"
-RDEPENDS += "python python-pygtk python-sqlite3"
+RDEPENDS += "python python-pygtk python-sqlite3 python-phoneutils"
inherit distutils
S = "${WORKDIR}/git"
PV = "0.16.3-gitr${SRCREV}"
-PR = "r0"
+PR = "r1"
SRC_URI = "git://shr.bearstech.com/repo/pyphonelog.git;protocol=http"
FILES_${PN} += "${datadir}/applications/phonelog.desktop \
${datadir}/phonelog/ \