From bed2d0ac8502b83c3a48ce0db0bdfb65b5ec388d Mon Sep 17 00:00:00 2001 From: Gerasim Troeglazov <3dEyes@gmail.com> Date: Mon, 18 Jun 2018 23:55:09 +1000 Subject: [PATCH] avr_libc: bump version --- ...ibc-1.8.0.recipe => avr_libc-2.0.0.recipe} | 25 ++++++++++--------- 1 file changed, 13 insertions(+), 12 deletions(-) rename dev-embedded/avr_libc/{avr_libc-1.8.0.recipe => avr_libc-2.0.0.recipe} (80%) diff --git a/dev-embedded/avr_libc/avr_libc-1.8.0.recipe b/dev-embedded/avr_libc/avr_libc-2.0.0.recipe similarity index 80% rename from dev-embedded/avr_libc/avr_libc-1.8.0.recipe rename to dev-embedded/avr_libc/avr_libc-2.0.0.recipe index 9b3d4eb21..56b878265 100644 --- a/dev-embedded/avr_libc/avr_libc-1.8.0.recipe +++ b/dev-embedded/avr_libc/avr_libc-2.0.0.recipe @@ -8,15 +8,15 @@ Software toolchain for the Atmel AVR microcontrollers. " HOMEPAGE="http://www.nongnu.org/avr-libc/" LICENSE="BSD (3-clause)" -COPYRIGHT="1999-2005 Keith Gudger, Bjoern Haase, Steinar Haugen, Peter Jansen, \ - Reinhard Jessich, Magnus Johansson, Artur Lipowski, Marek Michalkiewicz, \ - Colin O'Flynn, Bob Paddock, Reiner Patommel, Michael Rickman, \ - Theodore A. Roth, Juergen Schilling, Philip Soeberg, Anatoly Sokolov, \ - Nils Kristian Strom, Michael Stumpf, Stefan Swanepoel, Eric B. Weddington, \ +COPYRIGHT="1999-2005 Keith Gudger, Bjoern Haase, Steinar Haugen, Peter Jansen, + Reinhard Jessich, Magnus Johansson, Artur Lipowski, Marek Michalkiewicz, + Colin O'Flynn, Bob Paddock, Reiner Patommel, Michael Rickman, + Theodore A. Roth, Juergen Schilling, Philip Soeberg, Anatoly Sokolov, + Nils Kristian Strom, Michael Stumpf, Stefan Swanepoel, Eric B. Weddington, Joerg Wunsch, Dmitry Xmelkov, The Regents of the University of California." -SOURCE_URI="http://download.savannah.gnu.org/releases/avr-libc/avr-libc-1.8.0.tar.bz2" -CHECKSUM_SHA256="67a36bdb43a16f9b0512ba09584d4785f9bce6c057393f1020a5552e096e34ce" -REVISION="2" +SOURCE_URI="http://download.savannah.gnu.org/releases/avr-libc/avr-libc-$portVersion.tar.bz2" +CHECKSUM_SHA256="b2dd7fd2eefd8d8646ef6a325f6f0665537e2f604ed02828ced748d49dc85b97" +REVISION="1" ARCHITECTURES="any" SECONDARY_ARCHITECTURES="x86" @@ -30,12 +30,13 @@ REQUIRES=" BUILD_REQUIRES=" " BUILD_PREREQUIRES=" - haiku${secondaryArchSuffix}_devel + haiku${secondaryArchSuffix}_devel cmd:autoconf cmd:automake + cmd:autoreconf cmd:avr_as$secondaryArchSuffix cmd:avr_gcc$secondaryArchSuffix - cmd:libtool + cmd:libtoolize$secondaryArchSuffix cmd:make " @@ -45,8 +46,8 @@ relativeInstallDir="develop/tools/avr" installDir="$prefix/$relativeInstallDir" BUILD() -{ - libtoolize --force --copy --install +{ + autoreconf -fi runConfigure ./configure --host=avr --build=$effectiveTargetMachineTriple \ --prefix=$installDir --libexecdir=$installDir/lib --mandir=$manDir \ --docdir=$docDir --target=avr