mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-06-02 00:40:40 +00:00
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>
This commit is contained in:
committed by
Denys Dmytriyenko
parent
97376334c5
commit
9801fc16e3
+4
-4
@@ -6,12 +6,12 @@ LIC_FILES_CHKSUM = "file://share/doc/gcc-arm-none-eabi/license.txt;md5=cba77c7fd
|
|||||||
inherit native
|
inherit native
|
||||||
require recipes-ti/includes/ti-paths.inc
|
require recipes-ti/includes/ti-paths.inc
|
||||||
|
|
||||||
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"
|
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"
|
||||||
|
|
||||||
SRC_URI[gcc-arm-none.md5sum] = "acc8c8ff45f8801e2155934214309a87"
|
SRC_URI[gcc-arm-none.md5sum] = "8a4a74872830f80c788c944877d3ad8c"
|
||||||
SRC_URI[gcc-arm-none.sha256sum] = "e33d7546de1e02844239c72b3ef5563f472fcd6b4637419d513770ae13f551c0"
|
SRC_URI[gcc-arm-none.sha256sum] = "c50078bfbd29e6c15615900e746f4d0acde917338e55860b0f145f57387c12ab"
|
||||||
|
|
||||||
S = "${WORKDIR}/gcc-arm-none-eabi-4_8-2014q3"
|
S = "${WORKDIR}/gcc-arm-none-eabi-4_9-2015q3"
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
install -d ${D}${GCC_ARM_NONE_TOOLCHAIN_RECIPE}
|
install -d ${D}${GCC_ARM_NONE_TOOLCHAIN_RECIPE}
|
||||||
Reference in New Issue
Block a user