diff options
author | Tom Rini <trini@embeddedalley.com> | 2009-05-11 13:54:01 -0700 |
---|---|---|
committer | Tom Rini <trini@embeddedalley.com> | 2009-05-11 13:54:01 -0700 |
commit | 6502b7b61fce9681f565972754e14530a6c120fd (patch) | |
tree | 3f66d96811dca1b076c36da7b257a325154a73a2 /recipes/gcc/gcc-cross_4.2.4.bb | |
parent | efb7a4954e62730b8dc077c429f9a9043111f82c (diff) |
gcc*4.2.4: Switch to using INC_PR (r6).
Diffstat (limited to 'recipes/gcc/gcc-cross_4.2.4.bb')
-rw-r--r-- | recipes/gcc/gcc-cross_4.2.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gcc/gcc-cross_4.2.4.bb b/recipes/gcc/gcc-cross_4.2.4.bb index 11e04594fc..4e7fc479d1 100644 --- a/recipes/gcc/gcc-cross_4.2.4.bb +++ b/recipes/gcc/gcc-cross_4.2.4.bb @@ -1,4 +1,4 @@ -PR = "r6" +PR = "${INC_PR}.1" require gcc-${PV}.inc require gcc-cross4.inc |