xbmc-rpi: dont install unneeded addons

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-05-26 17:17:38 +02:00
parent 017ab87dd2
commit 90b994a9e9

View File

@ -70,10 +70,9 @@ mkdir -p $INSTALL/usr/share/xbmc/media
# fi
# cleanup and python addon fixes
mkdir -p $INSTALL/usr/share/xbmc/addons/script.module.pil/lib
ln -s `ls -d $INSTALL/usr/lib/python*/site-packages | sed -e "s,$INSTALL,,"`/PIL \
$INSTALL/usr/share/xbmc/addons/script.module.pil/lib/PIL
rm -rf $INSTALL/usr/share/xbmc/addons/script.module.pil
rm -rf $INSTALL/usr/share/xbmc/addons/script.module.pysqlite
rm -rf $INSTALL/usr/share/xbmc/addons/script.module.simplejson
mkdir -p $INSTALL/usr/share/xbmc/addons
cp -R $PKG_DIR/config/os.openelec.tv $INSTALL/usr/share/xbmc/addons