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:
parent
9ae2f2c285
commit
0d2fbe9d75
@ -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
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user