[oe-commits] Tom Rini : gcc-4.2.2: 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: 6f012276b32d0b32e97d9584bc808a99dc9810ad
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=6f012276b32d0b32e97d9584bc808a99dc9810ad

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

gcc-4.2.2: Switch to INC_PR

---

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

diff --git a/recipes/gcc/gcc-4.2.2.inc b/recipes/gcc/gcc-4.2.2.inc
index 7bb17ce..fcebabc 100644
--- a/recipes/gcc/gcc-4.2.2.inc
+++ b/recipes/gcc/gcc-4.2.2.inc
@@ -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 \
diff --git a/recipes/gcc/gcc-cross-sdk_4.2.2.bb b/recipes/gcc/gcc-cross-sdk_4.2.2.bb
index a326263..27a7ae0 100644
--- a/recipes/gcc/gcc-cross-sdk_4.2.2.bb
+++ b/recipes/gcc/gcc-cross-sdk_4.2.2.bb
@@ -1,4 +1,4 @@
-PR = "r8"
+PR = "${INC_PR}.1"
 
 inherit sdk
 
diff --git a/recipes/gcc/gcc-cross_4.2.2.bb b/recipes/gcc/gcc-cross_4.2.2.bb
index 8e20d03..4e7fc47 100644
--- a/recipes/gcc/gcc-cross_4.2.2.bb
+++ b/recipes/gcc/gcc-cross_4.2.2.bb
@@ -1,4 +1,4 @@
-PR = "r14"
+PR = "${INC_PR}.1"
 
 require gcc-${PV}.inc
 require gcc-cross4.inc
diff --git a/recipes/gcc/gcc_4.2.2.bb b/recipes/gcc/gcc_4.2.2.bb
index f0471d4..6b20b47 100644
--- a/recipes/gcc/gcc_4.2.2.bb
+++ b/recipes/gcc/gcc_4.2.2.bb
@@ -1,4 +1,4 @@
-PR = "r11"
+PR = "${INC_PR}.1"
 
 require gcc-${PV}.inc
 require gcc-configure-target.inc





More information about the Openembedded-commits mailing list