diff options
author | Tom Rini <trini@embeddedalley.com> | 2009-06-19 19:39:11 -0400 |
---|---|---|
committer | Tom Rini <trini@embeddedalley.com> | 2009-06-19 19:39:11 -0400 |
commit | 073b1af549edb818bb2038c5a72959db997b8145 (patch) | |
tree | 29904daf6550df3b69c7c10e58da31564ca38b3d /recipes/gcc/gcc-cross-sdk_3.3.4.bb | |
parent | dfc9b3d6f7f05b7c67995540d4d71b44db9684f8 (diff) |
gcc-3.3.4: Use INC_PR
Diffstat (limited to 'recipes/gcc/gcc-cross-sdk_3.3.4.bb')
-rw-r--r-- | recipes/gcc/gcc-cross-sdk_3.3.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gcc/gcc-cross-sdk_3.3.4.bb b/recipes/gcc/gcc-cross-sdk_3.3.4.bb index ed9c18c557..525d1822b8 100644 --- a/recipes/gcc/gcc-cross-sdk_3.3.4.bb +++ b/recipes/gcc/gcc-cross-sdk_3.3.4.bb @@ -1,4 +1,4 @@ -PR = "r7" +PR = "${INC_PR}.1" inherit sdk |