diff options
author | Tom Rini <trini@embeddedalley.com> | 2009-05-13 17:15:57 -0400 |
---|---|---|
committer | Tom Rini <trini@embeddedalley.com> | 2009-05-13 17:15:57 -0400 |
commit | 657105b567b04867e29758d722f5910db4b7533a (patch) | |
tree | 5c318b3b955a53bc82facfa71dd60ba4345b3609 /recipes/gcc/gcc_4.3.3.bb | |
parent | 5391c3d2f4172925afa8096a64f92f02556636e2 (diff) |
gcc*4.3.3: Switch to INC_PR, start at r3
Diffstat (limited to 'recipes/gcc/gcc_4.3.3.bb')
-rw-r--r-- | recipes/gcc/gcc_4.3.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gcc/gcc_4.3.3.bb b/recipes/gcc/gcc_4.3.3.bb index 472afa9b0d..9d58858faf 100644 --- a/recipes/gcc/gcc_4.3.3.bb +++ b/recipes/gcc/gcc_4.3.3.bb @@ -1,4 +1,4 @@ -PR = "r2" +PR = "${INC_PR}.1" require gcc-${PV}.inc require gcc-configure-target.inc require gcc-package-target.inc |