gcc-4.1.1: Switch to INC_PR
authorTom Rini <trini@embeddedalley.com>
Fri, 19 Jun 2009 23:46:55 +0000 (19:46 -0400)
committerTom Rini <trini@embeddedalley.com>
Fri, 19 Jun 2009 23:46:55 +0000 (19:46 -0400)
recipes/gcc/gcc-4.1.1.inc
recipes/gcc/gcc-cross-sdk_4.1.1.bb
recipes/gcc/gcc-cross_4.1.1.bb
recipes/gcc/gcc_4.1.1.bb

index f169284..20da89a 100644 (file)
@@ -2,6 +2,8 @@ require gcc-common.inc
 
 DEPENDS = "mpfr gmp"
 
+INC_PR = "r23"
+
 SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \
        file://100-uclibc-conf.patch;patch=1 \
        file://110-arm-eabi.patch;patch=1 \
index a6418f6..f133db3 100644 (file)
@@ -1,4 +1,4 @@
-PR = "r8"
+PR = "${INC_PR}.1"
 
 require gcc-${PV}.inc
 require gcc-cross-sdk.inc
index da79759..08ae7a5 100644 (file)
@@ -1,4 +1,4 @@
-PR = "r22"
+PR = "${INC_PR}.1"
 
 require gcc-${PV}.inc
 require gcc-cross4.inc
index 3d202f9..fdafce2 100644 (file)
@@ -1,4 +1,4 @@
-PR = "r23"
+PR = "${INC_PR}.1"
 
 require gcc-${PV}.inc
 require gcc-configure-target.inc