diff options
author | Tom Rini <trini@embeddedalley.com> | 2009-06-19 19:53:10 -0400 |
---|---|---|
committer | Tom Rini <trini@embeddedalley.com> | 2009-06-19 19:53:10 -0400 |
commit | af245faf6ddef5286f17cf0a292d91ec15fdecb1 (patch) | |
tree | d6ed3fcf43007d0bb469f0cee1c116f677316d31 /recipes/gcc/gcc-cross_4.3.1.bb | |
parent | 0ccf91c95b3f21a6ada8630c9b205f8a780f5420 (diff) |
gcc-4.3.1: Switch to INC_PR
Diffstat (limited to 'recipes/gcc/gcc-cross_4.3.1.bb')
-rw-r--r-- | recipes/gcc/gcc-cross_4.3.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gcc/gcc-cross_4.3.1.bb b/recipes/gcc/gcc-cross_4.3.1.bb index 2764039081..398ee2ee79 100644 --- a/recipes/gcc/gcc-cross_4.3.1.bb +++ b/recipes/gcc/gcc-cross_4.3.1.bb @@ -1,4 +1,4 @@ -PR = "r18" +PR = "${INC_PR}.1" require gcc-${PV}.inc require gcc-cross4.inc |