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

package info (click to toggle)
arduino 2%3A1.8.19%2Bdfsg1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 23,960 kB
  • sloc: java: 26,464; python: 8,872; cpp: 3,573; xml: 1,237; sh: 551; perl: 90; ansic: 89; makefile: 53
file content (25 lines) | stat: -rw-r--r-- 642 bytes parent folder | download | duplicates (2)
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
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 | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/build/build.xml b/build/build.xml
index 2c36c6e..fb7cc35 100644
--- a/build/build.xml
+++ b/build/build.xml
@@ -210,7 +210,9 @@
 
     <copy file="shared/icons/48x48/apps/arduino.png" tofile="${target.path}/lib/arduino_small.png"/>
 
+    <!--
     <antcall target="assemble-hardware" />
+    -->
 
     <antcall target="assemble-examples" />