diff options
Diffstat (limited to 'recipes/gcc')
-rw-r--r-- | recipes/gcc/gcc-4.1.0.inc | 2 | ||||
-rw-r--r-- | recipes/gcc/gcc-cross-sdk_4.1.0.bb | 2 | ||||
-rw-r--r-- | recipes/gcc/gcc-cross_4.1.0.bb | 2 | ||||
-rw-r--r-- | recipes/gcc/gcc_4.1.0.bb | 2 |
4 files changed, 5 insertions, 3 deletions
diff --git a/recipes/gcc/gcc-4.1.0.inc b/recipes/gcc/gcc-4.1.0.inc index d6f6198013..7bb1a34f76 100644 --- a/recipes/gcc/gcc-4.1.0.inc +++ b/recipes/gcc/gcc-4.1.0.inc @@ -1,5 +1,7 @@ require gcc-common.inc +INC_PR = "r9" + DEFAULT_PREFERENCE = "-1" # Use the same patches as gcc-4.1.1 does diff --git a/recipes/gcc/gcc-cross-sdk_4.1.0.bb b/recipes/gcc/gcc-cross-sdk_4.1.0.bb index 6b6097fb00..f133db31b1 100644 --- a/recipes/gcc/gcc-cross-sdk_4.1.0.bb +++ b/recipes/gcc/gcc-cross-sdk_4.1.0.bb @@ -1,4 +1,4 @@ -PR = "r6" +PR = "${INC_PR}.1" require gcc-${PV}.inc require gcc-cross-sdk.inc diff --git a/recipes/gcc/gcc-cross_4.1.0.bb b/recipes/gcc/gcc-cross_4.1.0.bb index 7675e473d3..9513c657f3 100644 --- a/recipes/gcc/gcc-cross_4.1.0.bb +++ b/recipes/gcc/gcc-cross_4.1.0.bb @@ -1,4 +1,4 @@ -PR = "r9" +PR = "${INC_PR}.1" require gcc-${PV}.inc require gcc-cross4.inc diff --git a/recipes/gcc/gcc_4.1.0.bb b/recipes/gcc/gcc_4.1.0.bb index 5e2598079b..fdafce2474 100644 --- a/recipes/gcc/gcc_4.1.0.bb +++ b/recipes/gcc/gcc_4.1.0.bb @@ -1,4 +1,4 @@ -PR = "r7" +PR = "${INC_PR}.1" require gcc-${PV}.inc require gcc-configure-target.inc |