diff options
author | Khem Raj <raj.khem@gmail.com> | 2013-06-11 14:57:48 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-06-13 17:38:08 +0100 |
commit | a6daa838df06ea97a9fc29861dae95ee80a0d512 (patch) | |
tree | d420a77fd51b12ee51f24cd9cc04f2ae364e25c5 /meta/recipes-devtools/gcc | |
parent | 9d9150c11a04229cf2ec6085e08b168b4fb3d7a2 (diff) | |
download | poky-a6daa838df06ea97a9fc29861dae95ee80a0d512.tar.gz |
gcc: Upgrade to 4.8.1
(From OE-Core rev: 1584e587288d355eef29f4f447a75388ed86f314)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-4.8.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-4.8.inc b/meta/recipes-devtools/gcc/gcc-4.8.inc index 80bd02ccf6..6664f1ccf7 100644 --- a/meta/recipes-devtools/gcc/gcc-4.8.inc +++ b/meta/recipes-devtools/gcc/gcc-4.8.inc | |||
@@ -6,7 +6,7 @@ require gcc-common.inc | |||
6 | # on branch then PV should be incremented to 4.7.2+svnr${SRCPV} | 6 | # on branch then PV should be incremented to 4.7.2+svnr${SRCPV} |
7 | # to reflect that change | 7 | # to reflect that change |
8 | 8 | ||
9 | PV = "4.8.0" | 9 | PV = "4.8.1" |
10 | 10 | ||
11 | # BINV should be incremented after updating to a revision | 11 | # BINV should be incremented after updating to a revision |
12 | # after a minor gcc release (e.g. 4.7.1 or 4.7.2) has been made | 12 | # after a minor gcc release (e.g. 4.7.1 or 4.7.2) has been made |
@@ -14,7 +14,7 @@ PV = "4.8.0" | |||
14 | # 4.7.1 then the value below will have 2 which will mean 4.7.2 | 14 | # 4.7.1 then the value below will have 2 which will mean 4.7.2 |
15 | # which will be next minor release and so on. | 15 | # which will be next minor release and so on. |
16 | 16 | ||
17 | BINV = "4.8.0" | 17 | BINV = "4.8.1" |
18 | 18 | ||
19 | FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/gcc-4.8' ], d)}" | 19 | FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/gcc-4.8' ], d)}" |
20 | 20 | ||
@@ -68,8 +68,8 @@ SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \ | |||
68 | file://gcc-4.8-PR56797.patch \ | 68 | file://gcc-4.8-PR56797.patch \ |
69 | file://gcc-4.8-build-args.patch \ | 69 | file://gcc-4.8-build-args.patch \ |
70 | " | 70 | " |
71 | SRC_URI[md5sum] = "e6040024eb9e761c3bea348d1fa5abb0" | 71 | SRC_URI[md5sum] = "3b2386c114cd74185aa3754b58a79304" |
72 | SRC_URI[sha256sum] = "b037fe5132b71ecad2ea7141ec92292b5d32427bf90fd90cde432b1d5abacc2c" | 72 | SRC_URI[sha256sum] = "545b44be3ad9f2c4e90e6880f5c9d4f0a8f0e5f67e1ffb0d45da9fa01bb05813" |
73 | 73 | ||
74 | S = "${TMPDIR}/work-shared/gcc-${PV}-${PR}/gcc-${PV}" | 74 | S = "${TMPDIR}/work-shared/gcc-${PV}-${PR}/gcc-${PV}" |
75 | B = "${WORKDIR}/gcc-${PV}/build.${HOST_SYS}.${TARGET_SYS}" | 75 | B = "${WORKDIR}/gcc-${PV}/build.${HOST_SYS}.${TARGET_SYS}" |