gcc-3.3.4: Use INC_PR
authorTom Rini <trini@embeddedalley.com>
Fri, 19 Jun 2009 23:39:11 +0000 (19:39 -0400)
committerTom Rini <trini@embeddedalley.com>
Fri, 19 Jun 2009 23:39:11 +0000 (19:39 -0400)
recipes/gcc/gcc-3.3.4.inc
recipes/gcc/gcc-cross-sdk_3.3.4.bb
recipes/gcc/gcc-cross_3.3.4.bb
recipes/gcc/gcc_3.3.4.bb

index eec46d5..635e617 100644 (file)
@@ -1,5 +1,7 @@
 require gcc-common.inc
 
+INC_PR = "r10"
+
 SRC_URI = "${GNU_MIRROR}/gcc/releases/gcc-${PV}/gcc-${PV}.tar.bz2 \
           file://arm-gotoff.dpatch;patch=1;pnum=0 \
           file://arm-ldm.dpatch;patch=1;pnum=0 \
index ed9c18c..525d182 100644 (file)
@@ -1,4 +1,4 @@
-PR = "r7"
+PR = "${INC_PR}.1"
 
 inherit sdk
 
index 462b9cd..0bf1951 100644 (file)
@@ -1,4 +1,4 @@
-PR ="r10"
+PR = "${INC_PR}.1"
 
 require gcc-${PV}.inc
 require gcc-cross.inc
index 1bbab50..fdafce2 100644 (file)
@@ -1,4 +1,4 @@
-PR = "r6"
+PR = "${INC_PR}.1"
 
 require gcc-${PV}.inc
 require gcc-configure-target.inc