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

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

gcc-4.4.0: Switch to INC_PR

---

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

diff --git a/recipes/gcc/gcc-4.4.0.inc b/recipes/gcc/gcc-4.4.0.inc
index 3cb9763..6ea9123 100644
--- a/recipes/gcc/gcc-4.4.0.inc
+++ b/recipes/gcc/gcc-4.4.0.inc
@@ -7,6 +7,8 @@ LICENSE = "GPLv3"
 
 DEPENDS = "mpfr gmp"
 
+INC_PR = "r1"
+
 FILESPATHPKG .= ":gcc-$PV"
 
 SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \
diff --git a/recipes/gcc/gcc-cross-sdk_4.4.0.bb b/recipes/gcc/gcc-cross-sdk_4.4.0.bb
index a62d13b..513cca1 100644
--- a/recipes/gcc/gcc-cross-sdk_4.4.0.bb
+++ b/recipes/gcc/gcc-cross-sdk_4.4.0.bb
@@ -4,7 +4,7 @@ require gcc-${PV}.inc
 require gcc-cross-sdk.inc
 require gcc-configure-sdk.inc
 require gcc-package-sdk.inc
-PR = "r0"
+PR = "${INC_PR}.1"
 
 DEPENDS += "gmp-native mpfr-native"
 
diff --git a/recipes/gcc/gcc-cross_4.4.0.bb b/recipes/gcc/gcc-cross_4.4.0.bb
index 731a956..4db1b33 100644
--- a/recipes/gcc/gcc-cross_4.4.0.bb
+++ b/recipes/gcc/gcc-cross_4.4.0.bb
@@ -2,7 +2,7 @@ require gcc-${PV}.inc
 require gcc-cross4.inc
 require gcc-configure-cross.inc
 require gcc-package-cross.inc
-PR = "r1"
+PR = "${INC_PR}.1"
 
 SRC_URI_append_fail-fast = " file://zecke-no-host-includes.patch;patch=1 "
 
diff --git a/recipes/gcc/gcc_4.4.0.bb b/recipes/gcc/gcc_4.4.0.bb
index 6ac2b58..9773205 100644
--- a/recipes/gcc/gcc_4.4.0.bb
+++ b/recipes/gcc/gcc_4.4.0.bb
@@ -1,7 +1,7 @@
 require gcc-${PV}.inc
 require gcc-configure-target.inc
 require gcc-package-target.inc
-PR = "r0"
+PR = "${INC_PR}.1"
 
 # GCC 4.4.0 installs crt* in a '4.4.0' dir....
 FILES_${PN} += "\





More information about the Openembedded-commits mailing list