diff options
author | Phil Blundell <philb@gnu.org> | 2011-07-13 17:41:13 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-19 17:34:17 +0100 |
commit | 51128384a7f74bf5e8580a785480ae8346a47b9c (patch) | |
tree | f0a475188b31b826b47e0dc13bbc6b6440f3d3fb /meta | |
parent | 5ec2132cdf6c66d3eac37d657fc21c2beef6fa1b (diff) | |
download | poky-51128384a7f74bf5e8580a785480ae8346a47b9c.tar.gz |
gcc-4.6: update to 4.6.1 release
Set SRCREV to match the point at which 4.6.1 was released, update PV appropriately.
(From OE-Core rev: d575031f3bcd7acbc7dae25f17a60f0d493643fb)
Signed-off-by: Phil Blundell <philb@gnu.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-4.6.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-4.6.inc b/meta/recipes-devtools/gcc/gcc-4.6.inc index 56064b5f8b..8af5369100 100644 --- a/meta/recipes-devtools/gcc/gcc-4.6.inc +++ b/meta/recipes-devtools/gcc/gcc-4.6.inc | |||
@@ -1,6 +1,6 @@ | |||
1 | require gcc-common.inc | 1 | require gcc-common.inc |
2 | 2 | ||
3 | PR = "r8" | 3 | PR = "r0" |
4 | 4 | ||
5 | # Third digit in PV should be incremented after a minor release | 5 | # Third digit in PV should be incremented after a minor release |
6 | # happens from this branch on gcc e.g. currently its 4.6.0 | 6 | # happens from this branch on gcc e.g. currently its 4.6.0 |
@@ -8,7 +8,7 @@ PR = "r8" | |||
8 | # on branch then PV should be incremented to 4.6.1+svnr${SRCPV} | 8 | # on branch then PV should be incremented to 4.6.1+svnr${SRCPV} |
9 | # to reflect that change | 9 | # to reflect that change |
10 | 10 | ||
11 | PV = "4.6.0+svnr${SRCPV}" | 11 | PV = "4.6.1+svnr${SRCPV}" |
12 | 12 | ||
13 | # BINV should be incremented after updating to a revision | 13 | # BINV should be incremented after updating to a revision |
14 | # after a minor gcc release (e.g. 4.6.1 or 4.6.2) has been made | 14 | # after a minor gcc release (e.g. 4.6.1 or 4.6.2) has been made |
@@ -18,7 +18,7 @@ PV = "4.6.0+svnr${SRCPV}" | |||
18 | 18 | ||
19 | BINV = "4.6.1" | 19 | BINV = "4.6.1" |
20 | 20 | ||
21 | SRCREV = 175150 | 21 | SRCREV = 175454 |
22 | BRANCH = "gcc-4_6-branch" | 22 | BRANCH = "gcc-4_6-branch" |
23 | FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/gcc-4.6' ], d)}" | 23 | FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/gcc-4.6' ], d)}" |
24 | 24 | ||