python: remove smtpd.py

It's mostly sample code, normally not used, and has a bad shebang line.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Gustavo Zacarias 2013-05-06 01:55:42 +00:00 committed by Peter Korsgaard
parent 9ae2f2c285
commit 0d2fbe9d75
1 changed files with 7 additions and 0 deletions

View File

@ -142,6 +142,13 @@ endef
PYTHON_POST_INSTALL_STAGING_HOOKS += PYTHON_FIXUP_LIBDIR
# Bad shebang, normally not used
define PYTHON_REMOVE_SMTPD
rm -f $(TARGET_DIR)/usr/bin/smtpd.py
endef
PYTHON_POST_INSTALL_TARGET_HOOKS += PYTHON_REMOVE_SMTPD
#
# Development files removal
#