[oe-commits] Tom Rini : gcc-4.1.1: Switch to INC_PR

git version control git at git.openembedded.org
Fri Jun 19 23:56:16 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 8d1f74b25a01325f3621fae6cca55aafb4ed09e5
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=8d1f74b25a01325f3621fae6cca55aafb4ed09e5

Author: Tom Rini <trini at embeddedalley.com>
Date:   Fri Jun 19 19:46:55 2009 -0400

gcc-4.1.1: Switch to INC_PR

---

 recipes/gcc/gcc-4.1.1.inc          |    2 ++
 recipes/gcc/gcc-cross-sdk_4.1.1.bb |    2 +-
 recipes/gcc/gcc-cross_4.1.1.bb     |    2 +-
 recipes/gcc/gcc_4.1.1.bb           |    2 +-
 4 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/recipes/gcc/gcc-4.1.1.inc b/recipes/gcc/gcc-4.1.1.inc
index f169284..20da89a 100644
--- a/recipes/gcc/gcc-4.1.1.inc
+++ b/recipes/gcc/gcc-4.1.1.inc
@@ -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 \
diff --git a/recipes/gcc/gcc-cross-sdk_4.1.1.bb b/recipes/gcc/gcc-cross-sdk_4.1.1.bb
index a6418f6..f133db3 100644
--- a/recipes/gcc/gcc-cross-sdk_4.1.1.bb
+++ b/recipes/gcc/gcc-cross-sdk_4.1.1.bb
@@ -1,4 +1,4 @@
-PR = "r8"
+PR = "${INC_PR}.1"
 
 require gcc-${PV}.inc
 require gcc-cross-sdk.inc
diff --git a/recipes/gcc/gcc-cross_4.1.1.bb b/recipes/gcc/gcc-cross_4.1.1.bb
index da79759..08ae7a5 100644
--- a/recipes/gcc/gcc-cross_4.1.1.bb
+++ b/recipes/gcc/gcc-cross_4.1.1.bb
@@ -1,4 +1,4 @@
-PR = "r22"
+PR = "${INC_PR}.1"
 
 require gcc-${PV}.inc
 require gcc-cross4.inc
diff --git a/recipes/gcc/gcc_4.1.1.bb b/recipes/gcc/gcc_4.1.1.bb
index 3d202f9..fdafce2 100644
--- a/recipes/gcc/gcc_4.1.1.bb
+++ b/recipes/gcc/gcc_4.1.1.bb
@@ -1,4 +1,4 @@
-PR = "r23"
+PR = "${INC_PR}.1"
 
 require gcc-${PV}.inc
 require gcc-configure-target.inc





More information about the Openembedded-commits mailing list