aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <marcin.juszkiewicz@linaro.org>2012-11-20 10:37:58 +0100
committerMarcin Juszkiewicz <marcin.juszkiewicz@linaro.org>2012-11-20 10:37:58 +0100
commitccbabf5680dc7a94876740ab1380b1a78e2b4a93 (patch)
tree3058b417d16ce3a1df531ad83120171238ba7b66
parentb150f02e4c6503106fb7236ce0b06474583ea5fc (diff)
gcc-linaro: update gcc-4.7 to 2012.11
-rw-r--r--recipes-devtools/gcc/gcc-linaro-4.7.inc15
1 files changed, 7 insertions, 8 deletions
diff --git a/recipes-devtools/gcc/gcc-linaro-4.7.inc b/recipes-devtools/gcc/gcc-linaro-4.7.inc
index e833892f..b97dcc31 100644
--- a/recipes-devtools/gcc/gcc-linaro-4.7.inc
+++ b/recipes-devtools/gcc/gcc-linaro-4.7.inc
@@ -1,14 +1,13 @@
require recipes-devtools/gcc/gcc-4.7.inc
require gcc-linaro-common-4.7.inc
-PR = "r6"
-RELEASE = "2012.10"
+PR = "r7"
+RELEASE = "2012.11"
BINV = "4.7.3"
-SRCREV = "115029"
FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/gcc-${PV}-${RELEASE}' ], d)}"
-SRC_URI = "http://builds.linaro.org/toolchain/snapshots/gcc-linaro-4.7+bzr${SRCREV}.tar.xz \
+SRC_URI = "http://launchpad.net/gcc-linaro/4.7/4.7-2012.11/+download/gcc-linaro-4.7-${RELEASE}.tar.bz2 \
file://gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch \
file://64bithack.patch \
file://optional_libstdc.patch \
@@ -16,8 +15,8 @@ SRC_URI = "http://builds.linaro.org/toolchain/snapshots/gcc-linaro-4.7+bzr${SRCR
file://fix-g++-sysroot.patch \
"
-SRC_URI[md5sum] = "dc62be93e736812949b48f2846f06bf9"
-SRC_URI[sha256sum] = "8518732973742c3234bc0e54c5cd549c2fc81d6349aa8cb4c7d326aeee74fca2"
+SRC_URI[md5sum] = "590481ff4aff1a9e0f9a206516248877"
+SRC_URI[sha256sum] = "31d66226706839c81b8de475c52ecadcafb7766f8253ab443b5815404ed80238"
-S = "${TMPDIR}/work-shared/gcc-${PV}-${PR}/gcc-${PV}+bzr${SRCREV}"
-B = "${WORKDIR}/gcc-${PV}+bzr${SRCREV}/build.${HOST_SYS}.${TARGET_SYS}"
+S = "${TMPDIR}/work-shared/gcc-${PV}-${PR}/gcc-${PV}-${RELEASE}"
+B = "${WORKDIR}/gcc-${PV}-${RELEASE}/build.${HOST_SYS}.${TARGET_SYS}"