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-cross-sdk_4.3.3.bb | |
parent | 5391c3d2f4172925afa8096a64f92f02556636e2 (diff) |
gcc*4.3.3: Switch to INC_PR, start at r3
Diffstat (limited to 'recipes/gcc/gcc-cross-sdk_4.3.3.bb')
-rw-r--r-- | recipes/gcc/gcc-cross-sdk_4.3.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gcc/gcc-cross-sdk_4.3.3.bb b/recipes/gcc/gcc-cross-sdk_4.3.3.bb index 7e3a459ea8..27a7ae0a7f 100644 --- a/recipes/gcc/gcc-cross-sdk_4.3.3.bb +++ b/recipes/gcc/gcc-cross-sdk_4.3.3.bb @@ -1,4 +1,4 @@ -PR = "r3" +PR = "${INC_PR}.1" inherit sdk |