mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
Python3: don't install python.o file into image
Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
parent
e96a892a10
commit
7b790015cc
@ -130,6 +130,8 @@ post_makeinstall_target() {
|
|||||||
rm -rf $INSTALL/usr/bin/python*-config
|
rm -rf $INSTALL/usr/bin/python*-config
|
||||||
rm -rf $INSTALL/usr/bin/smtpd.py $INSTALL/usr/bin/smtpd.py.*
|
rm -rf $INSTALL/usr/bin/smtpd.py $INSTALL/usr/bin/smtpd.py.*
|
||||||
|
|
||||||
|
find $INSTALL -name '*.o' -delete
|
||||||
|
|
||||||
python_compile $PKG_INSTALL_PATH_LIB
|
python_compile $PKG_INSTALL_PATH_LIB
|
||||||
|
|
||||||
# strip
|
# strip
|
||||||
|
Loading…
x
Reference in New Issue
Block a user