diff options
author | Tom Rini <trini@embeddedalley.com> | 2009-06-19 19:53:49 -0400 |
---|---|---|
committer | Tom Rini <trini@embeddedalley.com> | 2009-06-19 19:53:49 -0400 |
commit | 9ee3d21325e571f27b7248370f58eaaaf405e070 (patch) | |
tree | 796a530219a35560a76f8baf47bb7b5128abadc6 /recipes/gcc/gcc-cross-sdk_4.3.2.bb | |
parent | af245faf6ddef5286f17cf0a292d91ec15fdecb1 (diff) |
gcc-4.3.2: Switch to INC_PR
Diffstat (limited to 'recipes/gcc/gcc-cross-sdk_4.3.2.bb')
-rw-r--r-- | recipes/gcc/gcc-cross-sdk_4.3.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gcc/gcc-cross-sdk_4.3.2.bb b/recipes/gcc/gcc-cross-sdk_4.3.2.bb index 297bd8ece8..27a7ae0a7f 100644 --- a/recipes/gcc/gcc-cross-sdk_4.3.2.bb +++ b/recipes/gcc/gcc-cross-sdk_4.3.2.bb @@ -1,4 +1,4 @@ -PR = "r7" +PR = "${INC_PR}.1" inherit sdk |