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

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

gcc-4.1.2: Switch to INC_PR

---

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

diff --git a/recipes/gcc/gcc-4.1.2.inc b/recipes/gcc/gcc-4.1.2.inc
index ed4e3c4..2eaa133 100644
--- a/recipes/gcc/gcc-4.1.2.inc
+++ b/recipes/gcc/gcc-4.1.2.inc
@@ -2,6 +2,8 @@ require gcc-common.inc
 
 DEPENDS = "mpfr gmp"
 
+INC_PR = "r20"
+
 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.2.bb b/recipes/gcc/gcc-cross-sdk_4.1.2.bb
index 7bc2480..9a9eb8c 100644
--- a/recipes/gcc/gcc-cross-sdk_4.1.2.bb
+++ b/recipes/gcc/gcc-cross-sdk_4.1.2.bb
@@ -1,4 +1,4 @@
-PR = "r10"
+PR = "${INC_PR}.1"
 
 require gcc-${PV}.inc
 require gcc-cross-sdk.inc
diff --git a/recipes/gcc/gcc-cross_4.1.2.bb b/recipes/gcc/gcc-cross_4.1.2.bb
index 2effd3e..85f90b3 100644
--- a/recipes/gcc/gcc-cross_4.1.2.bb
+++ b/recipes/gcc/gcc-cross_4.1.2.bb
@@ -1,4 +1,4 @@
-PR = "r20"
+PR = "${INC_PR}.1"
 
 require gcc-${PV}.inc
 require gcc-cross4.inc
diff --git a/recipes/gcc/gcc_4.1.2.bb b/recipes/gcc/gcc_4.1.2.bb
index 711aa35..22465d5 100644
--- a/recipes/gcc/gcc_4.1.2.bb
+++ b/recipes/gcc/gcc_4.1.2.bb
@@ -1,4 +1,4 @@
-PR = "r15"
+PR = "${INC_PR}.1"
 
 require gcc-${PV}.inc
 require gcc-configure-target.inc





More information about the Openembedded-commits mailing list