From b652b082b012bd5c849502e5a0f3a8e50ffb8939 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Mon, 21 Jul 2008 19:37:45 +0200 Subject: [iotop] Make the installed package work --- packages/iotop/iotop_0.2.1.bb | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'packages/iotop') diff --git a/packages/iotop/iotop_0.2.1.bb b/packages/iotop/iotop_0.2.1.bb index 64d2a3698b..9d4d93c443 100644 --- a/packages/iotop/iotop_0.2.1.bb +++ b/packages/iotop/iotop_0.2.1.bb @@ -1,6 +1,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 +} -- cgit 1.2.3-korg