summaryrefslogtreecommitdiff
path: root/packages/iotop/iotop_0.2.1.bb
blob: 9d4d93c443a6abf6da1b6059e5930bafb49e85fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
HOMEPAGE = "http://guichaz.free.fr/iotop/"
LICENSE = "GPL"
PR = "r1"

RDEPENDS = "python-distutils python-curses python-setuptools python-textutils"

SRC_URI = "http://guichaz.free.fr/iotop/files/${PN}-${PV}.tar.bz2"

inherit distutils

do_install_prepend() {
    rm -f ${D}${libdir}/${PYTHON_DIR}/site-packages/site.pyo
    rm -f ${D}${libdir}/${PYTHON_DIR}/site-packages/site.py
}