From: Michael Lauer Date: Tue, 21 Aug 2007 15:08:10 +0000 (+0000) Subject: classes/distutils.bbclass: remove easy-install.pth, since this ends up in every packa... X-Git-Tag: Release-2010-05/1~8859 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aaaac4c545623d8818de2d3fa71d9d63b717c575;p=openembedded.git classes/distutils.bbclass: remove easy-install.pth, since this ends up in every package and Python 2.5 seems to be able to import .egg packages even without it --- diff --git a/classes/distutils.bbclass b/classes/distutils.bbclass index 9f699bc7f0..8a34594a70 100644 --- a/classes/distutils.bbclass +++ b/classes/distutils.bbclass @@ -42,6 +42,7 @@ distutils_do_install() { done fi + rm -f ${D}${libdir}/${PYTHON_DIR}/site-packages/easy-install.pth } EXPORT_FUNCTIONS do_compile do_install