From effc276f923352dcf8b954705c0535fdca35cd5e Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Fri, 3 Dec 2010 22:32:51 +0100 Subject: gcc 4.3.3, 4.5: bump PR for gcc-package-target.inc fixes Signed-off-by: Koen Kooi --- recipes/gcc/gcc-4.3.3.inc | 2 +- recipes/gcc/gcc-4.5.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes/gcc') diff --git a/recipes/gcc/gcc-4.3.3.inc b/recipes/gcc/gcc-4.3.3.inc index 58dd5017ef..f0e4945f5c 100644 --- a/recipes/gcc/gcc-4.3.3.inc +++ b/recipes/gcc/gcc-4.3.3.inc @@ -8,7 +8,7 @@ LICENSE = "GPLv3" DEPENDS = "mpfr gmp" NATIVEDEPS = "mpfr-native gmp-native" -INC_PR = "r20" +INC_PR = "r21" SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2;name=archive \ file://fedora/gcc43-c++-builtin-redecl.patch;striplevel=0 \ diff --git a/recipes/gcc/gcc-4.5.inc b/recipes/gcc/gcc-4.5.inc index a1e699328e..30899807c0 100644 --- a/recipes/gcc/gcc-4.5.inc +++ b/recipes/gcc/gcc-4.5.inc @@ -8,7 +8,7 @@ DEPENDS = "mpfr gmp libmpc libelf" NATIVEDEPS = "mpfr-native gmp-native libmpc-native" -INC_PR = "r19" +INC_PR = "r20" SRCREV = "166342" PV = "4.5" -- cgit 1.2.3-korg