summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-devtools/python/python-gevent_1.2.2.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'meta-phosphor/recipes-devtools/python/python-gevent_1.2.2.bbappend')
-rw-r--r--meta-phosphor/recipes-devtools/python/python-gevent_1.2.2.bbappend6
1 files changed, 0 insertions, 6 deletions
diff --git a/meta-phosphor/recipes-devtools/python/python-gevent_1.2.2.bbappend b/meta-phosphor/recipes-devtools/python/python-gevent_1.2.2.bbappend
deleted file mode 100644
index 924d10800..000000000
--- a/meta-phosphor/recipes-devtools/python/python-gevent_1.2.2.bbappend
+++ /dev/null
@@ -1,6 +0,0 @@
-# Remove all python .py files from gevent recipe. Only the .pyc
-# files are required. Only do if openbmc-phosphor-tiny distro
-# feature is enabled.
-do_install_append_openbmc-phosphor-tiny() {
- find ${D}/${PYTHON_SITEPACKAGES_DIR}/gevent/ -name \*.py -exec rm {} \;
-}