diff options
author | Tom Rini <trini@embeddedalley.com> | 2009-06-19 19:48:32 -0400 |
---|---|---|
committer | Tom Rini <trini@embeddedalley.com> | 2009-06-19 19:48:32 -0400 |
commit | 6f012276b32d0b32e97d9584bc808a99dc9810ad (patch) | |
tree | e1f5bcffd63d4fedc61aee69b5c2d7f8b29e65a7 /recipes/gcc/gcc-cross_4.2.2.bb | |
parent | 781df6069c548eb5d7db6e9bfea92536538984c2 (diff) |
gcc-4.2.2: Switch to INC_PR
Diffstat (limited to 'recipes/gcc/gcc-cross_4.2.2.bb')
-rw-r--r-- | recipes/gcc/gcc-cross_4.2.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gcc/gcc-cross_4.2.2.bb b/recipes/gcc/gcc-cross_4.2.2.bb index 8e20d03e68..4e7fc479d1 100644 --- a/recipes/gcc/gcc-cross_4.2.2.bb +++ b/recipes/gcc/gcc-cross_4.2.2.bb @@ -1,4 +1,4 @@ -PR = "r14" +PR = "${INC_PR}.1" require gcc-${PV}.inc require gcc-cross4.inc |