summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/iotop/iotop_0.4.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-extended/iotop/iotop_0.4.4.bb')
-rw-r--r--meta-oe/recipes-extended/iotop/iotop_0.4.4.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-oe/recipes-extended/iotop/iotop_0.4.4.bb b/meta-oe/recipes-extended/iotop/iotop_0.4.4.bb
index 3b8150be9..14d2ee5e3 100644
--- a/meta-oe/recipes-extended/iotop/iotop_0.4.4.bb
+++ b/meta-oe/recipes-extended/iotop/iotop_0.4.4.bb
@@ -1,7 +1,7 @@
1SUMMARY = "Simple top-like I/O monitor" 1SUMMARY = "Simple top-like I/O monitor"
2DESCRIPTION = "iotop does for I/O usage what top(1) does for CPU usage. \ 2DESCRIPTION = "iotop does for I/O usage what top(1) does for CPU usage. \
3 It watches I/O usage information output by the Linux kernel and displays \ 3 It watches I/O usage information output by the Linux kernel and displays \
4 a table of current I/O usage by processes on the system." 4 a table of current I/O usage by processes on the system."
5HOMEPAGE = "http://guichaz.free.fr/iotop/" 5HOMEPAGE = "http://guichaz.free.fr/iotop/"
6 6
7PR = "r1" 7PR = "r1"
@@ -16,8 +16,8 @@ SRC_URI[sha256sum] = "46f3279fb1a7dfc129b5d00950c6e8389e4aedeb58880e848b88d68648
16inherit distutils 16inherit distutils
17 17
18do_install_append() { 18do_install_append() {
19 rm -f ${D}${PYTHON_SITEPACKAGES_DIR}/site.pyo || true 19 rm -f ${D}${PYTHON_SITEPACKAGES_DIR}/site.pyo || true
20 rm -f ${D}${PYTHON_SITEPACKAGES_DIR}/site.py || true 20 rm -f ${D}${PYTHON_SITEPACKAGES_DIR}/site.py || true
21} 21}
22 22
23RDEPENDS_${PN} = "python-distutils python-curses python-textutils \ 23RDEPENDS_${PN} = "python-distutils python-curses python-textutils \