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

index ed4e3c4..2eaa133 100644 (file)
@@ -2,6 +2,8 @@ require gcc-common.inc
 
 DEPENDS = "mpfr gmp"
 
+INC_PR = "r20"
+
 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 7bc2480..9a9eb8c 100644 (file)
@@ -1,4 +1,4 @@
-PR = "r10"
+PR = "${INC_PR}.1"
 
 require gcc-${PV}.inc
 require gcc-cross-sdk.inc
index 2effd3e..85f90b3 100644 (file)
@@ -1,4 +1,4 @@
-PR = "r20"
+PR = "${INC_PR}.1"
 
 require gcc-${PV}.inc
 require gcc-cross4.inc
index 711aa35..22465d5 100644 (file)
@@ -1,4 +1,4 @@
-PR = "r15"
+PR = "${INC_PR}.1"
 
 require gcc-${PV}.inc
 require gcc-configure-target.inc