gcc*4.3.3: Switch to INC_PR, start at r3
authorTom Rini <trini@embeddedalley.com>
Wed, 13 May 2009 21:15:57 +0000 (17:15 -0400)
committerTom Rini <trini@embeddedalley.com>
Wed, 13 May 2009 21:15:57 +0000 (17:15 -0400)
recipes/gcc/gcc-4.3.3.inc
recipes/gcc/gcc-cross-sdk_4.3.3.bb
recipes/gcc/gcc-cross_4.3.3.bb
recipes/gcc/gcc_4.3.3.bb

index a3da990..3e6c097 100644 (file)
@@ -7,6 +7,8 @@ LICENSE = "GPLv3"
 
 DEPENDS = "mpfr gmp"
 
+INC_PR = "r3"
+
 SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \
        file://fedora/gcc43-c++-builtin-redecl.patch;patch=1;pnum=0 \
        file://fedora/gcc43-ia64-libunwind.patch;patch=1;pnum=0 \
index 7e3a459..27a7ae0 100644 (file)
@@ -1,4 +1,4 @@
-PR = "r3"
+PR = "${INC_PR}.1"
 
 inherit sdk
 
index d6abff2..5eb6b5f 100644 (file)
@@ -1,4 +1,4 @@
-PR = "r2"
+PR = "${INC_PR}.1"
 require gcc-${PV}.inc
 require gcc-cross4.inc
 require gcc-configure-cross.inc
index 472afa9..9d58858 100644 (file)
@@ -1,4 +1,4 @@
-PR = "r2"
+PR = "${INC_PR}.1"
 require gcc-${PV}.inc
 require gcc-configure-target.inc
 require gcc-package-target.inc