blob: 924d10800f3e9cb7aa1800f36ac82ea9fb10752a [file] [log] [blame]
Andrew Geisslere702d7d2018-09-04 11:08:18 -05001# Remove all python .py files from gevent recipe. Only the .pyc
2# files are required. Only do if openbmc-phosphor-tiny distro
3# feature is enabled.
4do_install_append_openbmc-phosphor-tiny() {
5 find ${D}/${PYTHON_SITEPACKAGES_DIR}/gevent/ -name \*.py -exec rm {} \;
6}