avr32 gcc: update to atmel 1.1.0 release
authorKoen Kooi <koen@openembedded.org>
Fri, 14 Sep 2007 09:17:57 +0000 (09:17 +0000)
committerKoen Kooi <koen@openembedded.org>
Fri, 14 Sep 2007 09:17:57 +0000 (09:17 +0000)
packages/gcc/avr32-gcc-cross_4.1.2.bb
packages/gcc/avr32-gcc_4.1.2.bb

index e34098f..765619a 100644 (file)
@@ -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++"
index 60254db..fd46172 100644 (file)
@@ -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 \