[oe-commits] Klaus Kurzmann : pyphonelog: add python-phoneutils as runtime dep

git version control git at git.openembedded.org
Mon Jul 27 16:17:51 UTC 2009


Module: openembedded.git
Branch: shr/import
Commit: 6331e4bfb51c96a4dade2fca6286cc624862535d
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=6331e4bfb51c96a4dade2fca6286cc624862535d

Author: Klaus Kurzmann <mok at fluxnetz.de>
Date:   Mon Jul 27 18:17:50 2009 +0200

pyphonelog: add python-phoneutils as runtime dep

Signed-off-by: Klaus Kurzmann <mok at fluxnetz.de>

---

 recipes/pyphonelog/pyphonelog_git.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/pyphonelog/pyphonelog_git.bb b/recipes/pyphonelog/pyphonelog_git.bb
index d203ee5..9dd9acd 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/ \





More information about the Openembedded-commits mailing list