From 00f7ae8276f237e15e64c312ad87e475e9d3e216 Mon Sep 17 00:00:00 2001 From: Gerasim Troeglazov <3dEyes@gmail.com> Date: Wed, 17 Jul 2019 20:36:42 +1000 Subject: [PATCH] Arduino: fix requires --- dev-embedded/arduino/arduino-1.7.11.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-embedded/arduino/arduino-1.7.11.recipe b/dev-embedded/arduino/arduino-1.7.11.recipe index 2ac37efd6..00f2e0190 100644 --- a/dev-embedded/arduino/arduino-1.7.11.recipe +++ b/dev-embedded/arduino/arduino-1.7.11.recipe @@ -6,7 +6,7 @@ used to write and upload computer code to the board." HOMEPAGE="http://arduino.org" COPYRIGHT="2016 Arduino S.r.l. - Italy" LICENSE="GNU GPL v2" -REVISION="2" +REVISION="3" SOURCE_URI="https://github.com/arduino-cli/arduino-version/releases/download/$portVersion/arduino-$portVersion-linux32.zip" CHECKSUM_SHA256="c80560935109121c4a8db6b34404bbdeb45e421584a895ca2277babc468f3b6a" SOURCE_DIR="arduino-$portVersion-linux32" @@ -41,7 +41,7 @@ REQUIRES=" avr_binutils$secondaryArchSuffix avr_gcc$secondaryArchSuffix avr_libc$secondaryArchSuffix - cmd:avrdude$secondaryArchSuffix + cmd:avrdude java:runtime >= 8 "