summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/classes/distutils.bbclass4
1 files changed, 0 insertions, 4 deletions
diff --git a/meta/classes/distutils.bbclass b/meta/classes/distutils.bbclass
index 18ae805f7b..bcddf8d978 100644
--- a/meta/classes/distutils.bbclass
+++ b/meta/classes/distutils.bbclass
@@ -65,10 +65,6 @@ distutils_do_install() {
65 if test -e ${D}${datadir}/share; then 65 if test -e ${D}${datadir}/share; then
66 mv -f ${D}${datadir}/share/* ${D}${datadir}/ 66 mv -f ${D}${datadir}/share/* ${D}${datadir}/
67 fi 67 fi
68
69 # These are generated files, on really slow systems the storage/speed trade off
70 # might be worth it, but in general it isn't
71 find ${D}${libdir}/${PYTHON_DIR}/site-packages -iname '*.pyo' -exec rm {} \;
72} 68}
73 69
74EXPORT_FUNCTIONS do_compile do_install 70EXPORT_FUNCTIONS do_compile do_install