From: Holger Hans Peter Freyther Date: Mon, 21 Jul 2008 17:37:45 +0000 (+0200) Subject: [iotop] Make the installed package work X-Git-Tag: Release-2010-05/1~5805^2~51 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b652b082b012bd5c849502e5a0f3a8e50ffb8939;p=openembedded.git [iotop] Make the installed package work --- 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 +}