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

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


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

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

gcc-4.1.0: Switch to INC_PR

---

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

diff --git a/recipes/gcc/gcc-4.1.0.inc b/recipes/gcc/gcc-4.1.0.inc
index d6f6198..7bb1a34 100644
--- a/recipes/gcc/gcc-4.1.0.inc
+++ b/recipes/gcc/gcc-4.1.0.inc
@@ -1,5 +1,7 @@
 require gcc-common.inc
 
+INC_PR = "r9"
+
 DEFAULT_PREFERENCE = "-1"
 
 # Use the same patches as gcc-4.1.1 does
diff --git a/recipes/gcc/gcc-cross-sdk_4.1.0.bb b/recipes/gcc/gcc-cross-sdk_4.1.0.bb
index 6b6097f..f133db3 100644
--- a/recipes/gcc/gcc-cross-sdk_4.1.0.bb
+++ b/recipes/gcc/gcc-cross-sdk_4.1.0.bb
@@ -1,4 +1,4 @@
-PR = "r6"
+PR = "${INC_PR}.1"
 
 require gcc-${PV}.inc
 require gcc-cross-sdk.inc
diff --git a/recipes/gcc/gcc-cross_4.1.0.bb b/recipes/gcc/gcc-cross_4.1.0.bb
index 7675e47..9513c65 100644
--- a/recipes/gcc/gcc-cross_4.1.0.bb
+++ b/recipes/gcc/gcc-cross_4.1.0.bb
@@ -1,4 +1,4 @@
-PR = "r9"
+PR = "${INC_PR}.1"
 
 require gcc-${PV}.inc
 require gcc-cross4.inc
diff --git a/recipes/gcc/gcc_4.1.0.bb b/recipes/gcc/gcc_4.1.0.bb
index 5e25980..fdafce2 100644
--- a/recipes/gcc/gcc_4.1.0.bb
+++ b/recipes/gcc/gcc_4.1.0.bb
@@ -1,4 +1,4 @@
-PR = "r7"
+PR = "${INC_PR}.1"
 
 require gcc-${PV}.inc
 require gcc-configure-target.inc





More information about the Openembedded-commits mailing list