[oe-commits] Tom Rini : gcc*4.3.3: Switch to INC_PR, start at r3

GIT User account git at amethyst.openembedded.net
Wed May 13 21:21:12 UTC 2009


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

Author: Tom Rini <trini at embeddedalley.com>
Date:   Wed May 13 17:15:57 2009 -0400

gcc*4.3.3: Switch to INC_PR, start at r3

---

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

diff --git a/recipes/gcc/gcc-4.3.3.inc b/recipes/gcc/gcc-4.3.3.inc
index a3da990..3e6c097 100644
--- a/recipes/gcc/gcc-4.3.3.inc
+++ b/recipes/gcc/gcc-4.3.3.inc
@@ -7,6 +7,8 @@ LICENSE = "GPLv3"
 
 DEPENDS = "mpfr gmp"
 
+INC_PR = "r3"
+
 SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \
 	file://fedora/gcc43-c++-builtin-redecl.patch;patch=1;pnum=0 \
 	file://fedora/gcc43-ia64-libunwind.patch;patch=1;pnum=0 \
diff --git a/recipes/gcc/gcc-cross-sdk_4.3.3.bb b/recipes/gcc/gcc-cross-sdk_4.3.3.bb
index 7e3a459..27a7ae0 100644
--- a/recipes/gcc/gcc-cross-sdk_4.3.3.bb
+++ b/recipes/gcc/gcc-cross-sdk_4.3.3.bb
@@ -1,4 +1,4 @@
-PR = "r3"
+PR = "${INC_PR}.1"
 
 inherit sdk
 
diff --git a/recipes/gcc/gcc-cross_4.3.3.bb b/recipes/gcc/gcc-cross_4.3.3.bb
index d6abff2..5eb6b5f 100644
--- a/recipes/gcc/gcc-cross_4.3.3.bb
+++ b/recipes/gcc/gcc-cross_4.3.3.bb
@@ -1,4 +1,4 @@
-PR = "r2"
+PR = "${INC_PR}.1"
 require gcc-${PV}.inc
 require gcc-cross4.inc
 require gcc-configure-cross.inc
diff --git a/recipes/gcc/gcc_4.3.3.bb b/recipes/gcc/gcc_4.3.3.bb
index 472afa9..9d58858 100644
--- a/recipes/gcc/gcc_4.3.3.bb
+++ b/recipes/gcc/gcc_4.3.3.bb
@@ -1,4 +1,4 @@
-PR = "r2"
+PR = "${INC_PR}.1"
 require gcc-${PV}.inc
 require gcc-configure-target.inc
 require gcc-package-target.inc





More information about the Openembedded-commits mailing list