summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-devtools/python/python-gevent_1.2.2.bbappend
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2019-03-22 23:04:29 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-03-29 15:00:24 +0300
commit5b94bc058835be06b26ce1e6ee8667b1f0839f70 (patch)
treed42ed882f4ea56e8ee311b90722bb288bd012bf5 /meta-phosphor/recipes-devtools/python/python-gevent_1.2.2.bbappend
parent37f1da47b8771e3119b1cd2c2ac3a27911395af4 (diff)
downloadopenbmc-5b94bc058835be06b26ce1e6ee8667b1f0839f70.tar.xz
meta-phosphor: Drop recipe for phosphor-rest
This application doesn't have any in-tree users. As such, drop the recipe and its dependencies. (From meta-phosphor rev: 296cc521f5a1c8c87c63a5b475b23c876241bf22) Change-Id: Ie0ce809f84a133c023f96b4727550690583cb9df Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
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 {} \;
-}