aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2016-12-19 20:16:17 -0500
committerKoen Kooi <koen.kooi@linaro.org>2016-12-20 09:12:20 +0100
commitc5f5f3edf81a47d0837e8f28249b8e36b1265a8f (patch)
tree748933e77d2fb946a0d1649185db692e99ae7e94
parentc03bd72c2fd9ba96a74b3ac0ac886ef651cdaea3 (diff)
recipes: fix SRC_URI, as releases.linaro.org moved YY.MM dirs into archive
Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
-rw-r--r--meta-linaro-toolchain/recipes-core/glibc/glibc_linaro-2.20.bb2
-rw-r--r--meta-linaro-toolchain/recipes-devtools/gcc/gcc-linaro-4.9.inc2
-rw-r--r--meta-linaro-toolchain/recipes-devtools/gdb/gdb-linaro-7.8.inc2
-rw-r--r--meta-linaro/recipes-extra/powerdebug/powerdebug_0.7.3.bb2
4 files changed, 4 insertions, 4 deletions
diff --git a/meta-linaro-toolchain/recipes-core/glibc/glibc_linaro-2.20.bb b/meta-linaro-toolchain/recipes-core/glibc/glibc_linaro-2.20.bb
index e52e7346..058222ef 100644
--- a/meta-linaro-toolchain/recipes-core/glibc/glibc_linaro-2.20.bb
+++ b/meta-linaro-toolchain/recipes-core/glibc/glibc_linaro-2.20.bb
@@ -6,7 +6,7 @@ MMYY = "14.11"
RELEASE = "20${MMYY}"
PR = "r${RELEASE}"
-SRC_URI = "http://releases.linaro.org/${MMYY}/components/toolchain/glibc-linaro/glibc-${PV}-${RELEASE}.tar.xz \
+SRC_URI = "http://releases.linaro.org/archive/${MMYY}/components/toolchain/glibc-linaro/glibc-${PV}-${RELEASE}.tar.xz \
file://etc/ld.so.conf \
file://generate-supported.mk \
file://IO-acquire-lock-fix.patch \
diff --git a/meta-linaro-toolchain/recipes-devtools/gcc/gcc-linaro-4.9.inc b/meta-linaro-toolchain/recipes-devtools/gcc/gcc-linaro-4.9.inc
index 852a316d..d3b30bb8 100644
--- a/meta-linaro-toolchain/recipes-devtools/gcc/gcc-linaro-4.9.inc
+++ b/meta-linaro-toolchain/recipes-devtools/gcc/gcc-linaro-4.9.inc
@@ -8,7 +8,7 @@ BINV = "4.9.4"
FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/gcc-${PV}' ], d)}"
-SRC_URI = "https://releases.linaro.org/${MMYY}/components/toolchain/gcc-linaro/${BASEPV}/gcc-${PV}-${RELEASE}.tar.xz \
+SRC_URI = "https://releases.linaro.org/archive/${MMYY}/components/toolchain/gcc-linaro/${BASEPV}/gcc-${PV}-${RELEASE}.tar.xz \
file://0001-gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch \
file://0002-uclibc-conf.patch \
file://0003-gcc-uclibc-locale-ctype_touplow_t.patch \
diff --git a/meta-linaro-toolchain/recipes-devtools/gdb/gdb-linaro-7.8.inc b/meta-linaro-toolchain/recipes-devtools/gdb/gdb-linaro-7.8.inc
index 773fcead..4dae37dd 100644
--- a/meta-linaro-toolchain/recipes-devtools/gdb/gdb-linaro-7.8.inc
+++ b/meta-linaro-toolchain/recipes-devtools/gdb/gdb-linaro-7.8.inc
@@ -14,7 +14,7 @@ S = "${WORKDIR}/${BPN}-${PV}-${RELEASE}"
FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/gdb-${BINV}' ], d)}"
-SRC_URI = "https://releases.linaro.org/${MMYY}/components/toolchain/gdb-linaro/gdb-${PV}-${RELEASE}.tar.xz"
+SRC_URI = "https://releases.linaro.org/archive/${MMYY}/components/toolchain/gdb-linaro/gdb-${PV}-${RELEASE}.tar.xz"
SRC_URI[md5sum] = "954e47e397de0b635ecdb5bb5d0f145f"
SRC_URI[sha256sum] = "fbbe96b8d0debf7c2d8c9a4a6c7ca0ba87d536e43289f81c4af56f95e5f7b5ea"
diff --git a/meta-linaro/recipes-extra/powerdebug/powerdebug_0.7.3.bb b/meta-linaro/recipes-extra/powerdebug/powerdebug_0.7.3.bb
index 9b6f3a07..37fdfc00 100644
--- a/meta-linaro/recipes-extra/powerdebug/powerdebug_0.7.3.bb
+++ b/meta-linaro/recipes-extra/powerdebug/powerdebug_0.7.3.bb
@@ -9,7 +9,7 @@ DEPENDS = "ncurses"
MMYY = "14.06"
RELEASE = "20${MMYY}"
-SRC_URI = "http://releases.linaro.org/${MMYY}/components/power-management/powerdebug/linaro-powerdebug-${PV}-${RELEASE}.tar.bz2"
+SRC_URI = "http://releases.linaro.org/archive/${MMYY}/components/power-management/powerdebug/linaro-powerdebug-${PV}-${RELEASE}.tar.bz2"
SRC_URI[md5sum] = "f381946c5ca2f8075ed1bedc5f2a2876"
SRC_URI[sha256sum] = "bfc4c92d8a8a1c8ee208a12310d3c763f111cf76d283facedb7ef56cafd074a1"