From: Koen Kooi Date: Fri, 14 Sep 2007 09:17:57 +0000 (+0000) Subject: avr32 gcc: update to atmel 1.1.0 release X-Git-Tag: Release-2010-05/1~7838^2~16^2~2^2^2^2~9^2~3^2~1^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c5a3a267b01ee1dec04d79c3408cff29e1662a3;p=openembedded.git avr32 gcc: update to atmel 1.1.0 release --- diff --git a/packages/gcc/avr32-gcc-cross_4.1.2.bb b/packages/gcc/avr32-gcc-cross_4.1.2.bb index e34098f840..765619ad69 100644 --- a/packages/gcc/avr32-gcc-cross_4.1.2.bb +++ b/packages/gcc/avr32-gcc-cross_4.1.2.bb @@ -5,7 +5,7 @@ inherit cross FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/gcc-${PV}" # NOTE: split PR. If the main .oe changes something that affects its *build* # remember to increment this one too. -PR = "r0" +PR = "r1" DEPENDS = "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}libc-for-gcc gmp-native mpfr-native" PROVIDES = "virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}g++" diff --git a/packages/gcc/avr32-gcc_4.1.2.bb b/packages/gcc/avr32-gcc_4.1.2.bb index 60254db87e..fd461728bd 100644 --- a/packages/gcc/avr32-gcc_4.1.2.bb +++ b/packages/gcc/avr32-gcc_4.1.2.bb @@ -1,8 +1,10 @@ require gcc_${PV}.bb +PR = "r1" + FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/gcc-4.1.2', '${FILE_DIRNAME}/gcc', '${FILE_DIRNAME}/files', '${FILE_DIRNAME}' ], d)}" -SRC_URI = "http://www.angstrom-distribution.org/unstable/sources/gcc-4.1.2-atmel.1.0.0.tar.gz \ +SRC_URI = "http://www.angstrom-distribution.org/unstable/sources/gcc-4.1.2-atmel.1.1.0.tar.gz \ # file://100-uclibc-conf.patch;patch=1 \ # file://200-uclibc-locale.patch;patch=1 \ # file://300-libstdc++-pic.patch;patch=1 \