[oe-commits] Steffen Sledz : iotop: add missing runtime dependency

git version control git at git.openembedded.org
Thu Jul 28 13:00:50 UTC 2011


Module: openembedded.git
Branch: sledz/maintenance
Commit: fc554223813e21a49aab513f63ec2ab4059573bf
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=fc554223813e21a49aab513f63ec2ab4059573bf

Author: Steffen Sledz <sledz at dresearch-fe.de>
Date:   Wed Jun  1 08:38:10 2011 +0200

iotop: add missing runtime dependency

Fixes runtime error:

  "No module named locale
   To run an uninstalled copy of iotop,
   launch iotop.py in the top directory"

Signed-off-by: Steffen Sledz <sledz at dresearch-fe.de>

---

 recipes/iotop/iotop_0.2.1.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/iotop/iotop_0.2.1.bb b/recipes/iotop/iotop_0.2.1.bb
index 12ccc77..0d3e387 100644
--- a/recipes/iotop/iotop_0.2.1.bb
+++ b/recipes/iotop/iotop_0.2.1.bb
@@ -1,8 +1,8 @@
 HOMEPAGE = "http://guichaz.free.fr/iotop/"
 LICENSE = "GPL"
-PR = "r3"
+PR = "r4"
 
-RDEPENDS_${PN} = "python-distutils python-curses python-setuptools python-textutils"
+RDEPENDS_${PN} = "python-distutils python-curses python-setuptools python-textutils python-codecs"
 
 SRC_URI = "http://guichaz.free.fr/iotop/files/${PN}-${PV}.tar.bz2"
 





More information about the Openembedded-commits mailing list