aboutsummaryrefslogtreecommitdiff
path: root/tools/buildsteps/atv2
diff options
context:
space:
mode:
Diffstat (limited to 'tools/buildsteps/atv2')
-rwxr-xr-xtools/buildsteps/atv2/prepare-depends4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/buildsteps/atv2/prepare-depends b/tools/buildsteps/atv2/prepare-depends
index e3e15f72ef..9dd4f2de1e 100755
--- a/tools/buildsteps/atv2/prepare-depends
+++ b/tools/buildsteps/atv2/prepare-depends
@@ -3,8 +3,8 @@ XBMC_PLATFORM_DIR=atv2
. $WORKSPACE/tools/buildsteps/defaultenv
#clean without depends for skipping depends build if possible
-#also skip pvraddons as long as they are deployed in tree
-cd $WORKSPACE;git clean -xfd -e "tools/depends" -e "addons/pvr.*"
+#also skip binary addons (pvr, audioencoder) as long as they are deployed in tree
+cd $WORKSPACE;git clean -xfd -e "tools/depends" -e "addons/pvr.*" -e "addons/audioencoder.*"
if [ "$(pathChanged $WORKSPACE/tools/depends)" == "1" ]
then