diff options
author | Tom Rini <trini@embeddedalley.com> | 2009-06-19 19:55:22 -0400 |
---|---|---|
committer | Tom Rini <trini@embeddedalley.com> | 2009-06-19 19:55:22 -0400 |
commit | 793b86cc83d0822d50e65422fd00ce9479129fbe (patch) | |
tree | 95785e28437e118e023550bdb2c59c0f37bc56be /recipes/gcc/gcc-cross-sdk_4.4.0.bb | |
parent | 9ee3d21325e571f27b7248370f58eaaaf405e070 (diff) |
gcc-4.4.0: Switch to INC_PR
Diffstat (limited to 'recipes/gcc/gcc-cross-sdk_4.4.0.bb')
-rw-r--r-- | recipes/gcc/gcc-cross-sdk_4.4.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gcc/gcc-cross-sdk_4.4.0.bb b/recipes/gcc/gcc-cross-sdk_4.4.0.bb index a62d13bd2c..513cca1ddc 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" |