dev-embedded/arduino: remove unused patches

Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/17457
Signed-off-by: Stephan Hartmann <sultan@gentoo.org>
This commit is contained in:
Michael Mair-Keimberger 2020-09-07 21:10:40 +02:00 committed by Stephan Hartmann
parent aeeb707964
commit 59f83e4a05
No known key found for this signature in database
GPG Key ID: E5ED6F899593E693
2 changed files with 0 additions and 57 deletions

View File

@ -1,26 +0,0 @@
diff --git a/hardware/arduino/avr/platform.txt b/hardware/arduino/avr/platform.txt
index f7fb447c1..8ae8b73d9 100644
--- a/hardware/arduino/avr/platform.txt
+++ b/hardware/arduino/avr/platform.txt
@@ -18,7 +18,7 @@ compiler.warning_flags.more=-Wall
compiler.warning_flags.all=-Wall -Wextra
# Default "compiler.path" is correct, change only if you want to override the initial value
-compiler.path={runtime.tools.avr-gcc.path}/bin/
+compiler.path=/usr/bin/
compiler.c.cmd=avr-gcc
compiler.c.flags=-c -g -Os {compiler.warning_flags} -std=gnu11 -ffunction-sections -fdata-sections -MMD -flto -fno-fat-lto-objects
compiler.c.elf.flags={compiler.warning_flags} -Os -g -flto -fuse-linker-plugin -Wl,--gc-sections
@@ -91,9 +91,9 @@ recipe.preproc.macros="{compiler.path}{compiler.cpp.cmd}" {compiler.cpp.flags} {
# AVR Uploader/Programmers tools
# ------------------------------
-tools.avrdude.path={runtime.tools.avrdude.path}
-tools.avrdude.cmd.path={path}/bin/avrdude
-tools.avrdude.config.path={path}/etc/avrdude.conf
+tools.avrdude.path=/usr
+tools.avrdude.cmd.path=/usr/bin/avrdude
+tools.avrdude.config.path=/etc/avrdude.conf
tools.avrdude.network_cmd={runtime.tools.arduinoOTA.path}/bin/arduinoOTA

View File

@ -1,31 +0,0 @@
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"/>