diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-08-03 10:32:24 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-08-03 10:32:24 +0100 |
commit | a9d0cbe1d84bb26fc1a1f48764fe514cf9f9c548 (patch) | |
tree | 4d0924900ee6e29f3954f0a607232dd7683ad3f6 /meta/recipes-devtools | |
parent | f26014b1b2e7ae0a23829487ca0c0bc05043b5d7 (diff) | |
download | openembedded-core-a9d0cbe1d84bb26fc1a1f48764fe514cf9f9c548.tar.gz openembedded-core-a9d0cbe1d84bb26fc1a1f48764fe514cf9f9c548.tar.bz2 openembedded-core-a9d0cbe1d84bb26fc1a1f48764fe514cf9f9c548.zip |
gcc: Bump PR since there have been several gcc changes and various problems reported and this should flush anything stale out
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-4.7.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-4.7.inc b/meta/recipes-devtools/gcc/gcc-4.7.inc index 709d7d81f3..4905155a1f 100644 --- a/meta/recipes-devtools/gcc/gcc-4.7.inc +++ b/meta/recipes-devtools/gcc/gcc-4.7.inc @@ -1,6 +1,6 @@ require gcc-common.inc -PR = "r8" +PR = "r9" # Third digit in PV should be incremented after a minor release # happens from this branch on gcc e.g. currently its 4.7.1 |