File: Don-t-call-assemble-hardware-target.patch

package info (click to toggle)
arduino 2%3A1.8.13%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 23,888 kB
  • sloc: java: 26,565; python: 8,872; cpp: 3,573; xml: 1,267; sh: 552; perl: 90; ansic: 89; makefile: 52
file content (27 lines) | stat: -rw-r--r-- 754 bytes parent folder | download
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
From: Carsten Schoenert <c.schoenert@t-online.de>
Date: Wed, 9 Dec 2020 17:48:41 +0100
Subject: Don't call assemble-hardware target

Forwarded: not-needed

We don't want to download the avr-core archive. This is packaged.
---
 build/build.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build/build.xml b/build/build.xml
index 6def69c..a791c03 100644
--- a/build/build.xml
+++ b/build/build.xml
@@ -206,9 +206,9 @@
     </copy>
 
     <copy file="shared/icons/48x48/apps/arduino.png" tofile="${target.path}/lib/arduino_small.png"/>
-
+    <!--
     <antcall target="assemble-hardware" />
-
+    -->
     <!-- copy shared examples folder -->
     <copy todir="${target.path}/examples">
       <fileset dir="shared/examples" />