From d6f85915f16b33d5ed948363a27ddfe4ba27a1c3 Mon Sep 17 00:00:00 2001 From: Calin Crisan Date: Fri, 29 Dec 2017 22:25:16 +0200 Subject: [PATCH] cleanups.sh: add more python unneeded stuff --- board/common/cleanups.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/board/common/cleanups.sh b/board/common/cleanups.sh index 86469d5a0e..3cf2a9a261 100755 --- a/board/common/cleanups.sh +++ b/board/common/cleanups.sh @@ -191,6 +191,8 @@ rm -f $TARGET/usr/bin/v4l2-compliance rm -rf $TARGET/usr/lib/python2.7/site-packages/samba/ rm -rf $TARGET/usr/lib/python2.7/ensurepip/ rm -rf $TARGET/usr/lib/python2.7/config/ +rm -rf $TARGET/usr/lib/python2.7/distutils/ +rm -rf $TARGET/usr/lib/python2.7/unittest/ # buildroot default startup scripts rm -f $TARGET/etc/init.d/S01logging