Andrew Geissler | 9aa5a56 | 2018-09-04 11:08:18 -0500 | [diff] [blame] | 1 | # 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. | ||||
4 | do_install_append_openbmc-phosphor-tiny() { | ||||
5 | find ${D}/${PYTHON_SITEPACKAGES_DIR}/gevent/ -name \*.py -exec rm {} \; | ||||
6 | } |