aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/iotop
diff options
context:
space:
mode:
authorSteffen Sledz <sledz@dresearch-fe.de>2011-06-01 08:38:10 +0200
committerSteffen Sledz <sledz@dresearch-fe.de>2011-06-06 08:17:59 +0200
commit637fb6589cc2e627c8cba8026312bf96f613c7ff (patch)
tree2e39258322197b282ebeb6d3e978cd00a9f33e75 /recipes/iotop
parent70aa0c474e2217eabf26480bfe3f2d60565764ed (diff)
downloadopenembedded-637fb6589cc2e627c8cba8026312bf96f613c7ff.tar.gz
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@dresearch-fe.de>
Diffstat (limited to 'recipes/iotop')
-rw-r--r--recipes/iotop/iotop_0.2.1.bb4
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 12ccc77708..0d3e3872ec 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"