diff options
author | Khem Raj <raj.khem@gmail.com> | 2012-06-20 08:18:37 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-06-21 13:03:04 +0100 |
commit | 7fb442a320d7fd0ebe43ce090cf1f3a1525cb6d1 (patch) | |
tree | e39e7ccaaf3349258a9c5df37c21a561fec7c0cb /meta/recipes-devtools | |
parent | 50bc31150bc7831fde43ba77fb21f443065449e7 (diff) | |
download | poky-7fb442a320d7fd0ebe43ce090cf1f3a1525cb6d1.tar.gz |
gcc-4.7: Update to tip of gcc-4_7-branch since 4.7.1 has been out
(From OE-Core rev: 7986e424995a4119b45a09767dc5100a5cdb5161)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
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 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-4.7.inc b/meta/recipes-devtools/gcc/gcc-4.7.inc index 34a73b1731..25a1088623 100644 --- a/meta/recipes-devtools/gcc/gcc-4.7.inc +++ b/meta/recipes-devtools/gcc/gcc-4.7.inc | |||
@@ -3,12 +3,12 @@ require gcc-common.inc | |||
3 | PR = "r2" | 3 | PR = "r2" |
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.7.0 | 6 | # happens from this branch on gcc e.g. currently its 4.7.1 |
7 | # when 4.7.1 is releases and we bump SRCREV beyond the release | 7 | # when 4.7.2 is releases and we bump SRCREV beyond the release |
8 | # on branch then PV should be incremented to 4.7.1+svnr${SRCPV} | 8 | # on branch then PV should be incremented to 4.7.2+svnr${SRCPV} |
9 | # to reflect that change | 9 | # to reflect that change |
10 | 10 | ||
11 | PV = "4.7.0+svnr${SRCPV}" | 11 | PV = "4.7.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.7.1 or 4.7.2) has been made | 14 | # after a minor gcc release (e.g. 4.7.1 or 4.7.2) has been made |
@@ -16,9 +16,9 @@ PV = "4.7.0+svnr${SRCPV}" | |||
16 | # 4.7.1 then the value below will have 2 which will mean 4.7.2 | 16 | # 4.7.1 then the value below will have 2 which will mean 4.7.2 |
17 | # which will be next minor release and so on. | 17 | # which will be next minor release and so on. |
18 | 18 | ||
19 | BINV = "4.7.1" | 19 | BINV = "4.7.2" |
20 | 20 | ||
21 | SRCREV = "186651" | 21 | SRCREV = "188658" |
22 | BRANCH = "gcc-4_7-branch" | 22 | BRANCH = "gcc-4_7-branch" |
23 | FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/gcc-4.7' ], d)}" | 23 | FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/gcc-4.7' ], d)}" |
24 | 24 | ||