diff options
author | Justin Sobota <jsobota@ti.com> | 2016-09-28 21:44:03 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2016-09-30 12:40:18 -0400 |
commit | 24ecff7a12df489770f9a56d821a7c1eb21dc160 (patch) | |
tree | 45e5c9bef830913da85eb0135194916d34808975 /recipes-ti/devtools | |
parent | 17416d98b5559fa921df12a8b929c0dfba9be949 (diff) | |
download | meta-ti-24ecff7a12df489770f9a56d821a7c1eb21dc160.tar.gz |
gcc-arm-none-eabi-native: Update to version 4.9.2015q3
Signed-off-by: Justin Sobota <jsobota@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti/devtools')
-rw-r--r-- | recipes-ti/devtools/gcc-arm-none-eabi-native_4.9.2015q3.bb (renamed from recipes-ti/devtools/gcc-arm-none-eabi-native_4.8.2014q3.bb) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-ti/devtools/gcc-arm-none-eabi-native_4.8.2014q3.bb b/recipes-ti/devtools/gcc-arm-none-eabi-native_4.9.2015q3.bb index d3dba412..1fe5c525 100644 --- a/recipes-ti/devtools/gcc-arm-none-eabi-native_4.8.2014q3.bb +++ b/recipes-ti/devtools/gcc-arm-none-eabi-native_4.9.2015q3.bb | |||
@@ -6,12 +6,12 @@ LIC_FILES_CHKSUM = "file://share/doc/gcc-arm-none-eabi/license.txt;md5=cba77c7fd | |||
6 | inherit native | 6 | inherit native |
7 | require recipes-ti/includes/ti-paths.inc | 7 | require recipes-ti/includes/ti-paths.inc |
8 | 8 | ||
9 | SRC_URI = "https://launchpad.net/gcc-arm-embedded/4.8/4.8-2014-q3-update/+download/gcc-arm-none-eabi-4_8-2014q3-20140805-linux.tar.bz2;name=gcc-arm-none" | 9 | SRC_URI = "https://launchpad.net/gcc-arm-embedded/4.9/4.9-2015-q3-update/+download/gcc-arm-none-eabi-4_9-2015q3-20150921-linux.tar.bz2;name=gcc-arm-none" |
10 | 10 | ||
11 | SRC_URI[gcc-arm-none.md5sum] = "acc8c8ff45f8801e2155934214309a87" | 11 | SRC_URI[gcc-arm-none.md5sum] = "8a4a74872830f80c788c944877d3ad8c" |
12 | SRC_URI[gcc-arm-none.sha256sum] = "e33d7546de1e02844239c72b3ef5563f472fcd6b4637419d513770ae13f551c0" | 12 | SRC_URI[gcc-arm-none.sha256sum] = "c50078bfbd29e6c15615900e746f4d0acde917338e55860b0f145f57387c12ab" |
13 | 13 | ||
14 | S = "${WORKDIR}/gcc-arm-none-eabi-4_8-2014q3" | 14 | S = "${WORKDIR}/gcc-arm-none-eabi-4_9-2015q3" |
15 | 15 | ||
16 | do_install() { | 16 | do_install() { |
17 | install -d ${D}${GCC_ARM_NONE_TOOLCHAIN_RECIPE} | 17 | install -d ${D}${GCC_ARM_NONE_TOOLCHAIN_RECIPE} |