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

index 7bb17ce..fcebabc 100644 (file)
@@ -3,6 +3,8 @@ LICENSE = "GPLv3"
 
 DEPENDS = "mpfr gmp"
 
+INC_PR = "r14"
+
 SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \
        file://100-uclibc-conf.patch;patch=1 \
        file://103-uclibc-conf-noupstream.patch;patch=1 \
index a326263..27a7ae0 100644 (file)
@@ -1,4 +1,4 @@
-PR = "r8"
+PR = "${INC_PR}.1"
 
 inherit sdk
 
index 8e20d03..4e7fc47 100644 (file)
@@ -1,4 +1,4 @@
-PR = "r14"
+PR = "${INC_PR}.1"
 
 require gcc-${PV}.inc
 require gcc-cross4.inc
index f0471d4..6b20b47 100644 (file)
@@ -1,4 +1,4 @@
-PR = "r11"
+PR = "${INC_PR}.1"
 
 require gcc-${PV}.inc
 require gcc-configure-target.inc