From 5b94bc058835be06b26ce1e6ee8667b1f0839f70 Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Fri, 22 Mar 2019 16:04:29 -0400 Subject: 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 --- meta-phosphor/recipes-devtools/python/python-gevent_1.2.2.bbappend | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 meta-phosphor/recipes-devtools/python/python-gevent_1.2.2.bbappend (limited to 'meta-phosphor/recipes-devtools/python/python-gevent_1.2.2.bbappend') 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 {} \; -} -- cgit v1.2.3