summaryrefslogtreecommitdiff
path: root/dev-embedded/arduino/files/arduino-1.8.5-build.xml.patch
blob: 59d796ca5a7a8b5ad823d0ed94985d20801765ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
diff --git a/build/build.xml b/build/build.xml
index d95f8def6..13ba60286 100644
--- a/build/build.xml
+++ b/build/build.xml
@@ -641,7 +641,7 @@
     </chmod>
   </target>
 
-  <target name="linux-libastyle-x86" depends="linux-build" description="Download libastyle.so for x86/x64 arch">
+  <target name="linux-libastyle-x86" depends="linux-build" description="Download libastyle.so for x86/x64 arch" if="never">
     <antcall target="unzip">
       <param name="archive_file" value="./libastylej-2.05.1-3.zip" />
       <param name="archive_url" value="https://downloads.arduino.cc/libastylej-2.05.1-3.zip" />
@@ -666,7 +666,7 @@
 
   </target>
 
-  <target name="linux-libastyle-arm" depends="linux-build" description="Download libastyle.so for ARM">
+  <target name="linux-libastyle-arm" depends="linux-build" description="Download libastyle.so for ARM" if="never">
     <antcall target="unzip">
       <param name="archive_file" value="./libastylej-2.05.1-3.zip" />
       <param name="archive_url" value="https://downloads.arduino.cc/libastylej-2.05.1-3.zip" />
@@ -1186,7 +1186,7 @@
 	  depends="linux-clean, windows-clean, macosx-clean, subprojects-clean">
   </target>
 
-  <target name="avr-toolchain-bundle" unless="light_bundle">
+  <target name="avr-toolchain-bundle" if="never">
     <!-- Unzip AVR tools -->
     <mkdir dir="${staging_folder}/work/${staging_hardware_folder}/tmp/gcc"/>