diff options
author | Zongchun Yu <Zongchun.Yu@freescale.com> | 2015-07-23 09:59:07 +0200 |
---|---|---|
committer | Koen Kooi <koen.kooi@linaro.org> | 2015-07-23 10:42:44 +0200 |
commit | dbbd8c755de5ee7c5cf5d0ebe1e5696f9cbd6604 (patch) | |
tree | 4d09d1792fd41ef9134f87a53f062703bd6303ad /meta-linaro | |
parent | 16b0b44729c23e9f474f2a47f5fdeec9558f60b6 (diff) | |
download | meta-linaro-15.07.tar.gz |
The 3.18.5 tarball has been removed in the mirror.
So Update the SRC_URI to point to a avaliable tarball.
Change-Id: I69fa4449289af355dcfb36a4c45bda4fd0640133
Signed-off-by: Zongchun Yu <Zongchun.Yu@freescale.com>
Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
Diffstat (limited to 'meta-linaro')
-rw-r--r-- | meta-linaro/recipes-kernel/perf/perf.bbappend | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-linaro/recipes-kernel/perf/perf.bbappend b/meta-linaro/recipes-kernel/perf/perf.bbappend index 7bf446ae..cf7cb934 100644 --- a/meta-linaro/recipes-kernel/perf/perf.bbappend +++ b/meta-linaro/recipes-kernel/perf/perf.bbappend @@ -1,13 +1,13 @@ LICENSE = "GPL-2" LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" -PV = "3.18.5" +PV = "4.0.2" FILESEXTRAPATHS_prepend := "${THISDIR}/files:" -SRC_URI = "${DEBIAN_MIRROR}/main/l/linux-tools/linux-tools_3.18.5.orig.tar.xz" +SRC_URI = "${DEBIAN_MIRROR}/main/l/linux-tools/linux-tools_4.0.2.orig.tar.xz" -SRC_URI[md5sum] = "c9ee8f5c1f88e562f1c1d6997c442c7f" -SRC_URI[sha256sum] = "bf79397874cc211e81eed47e2c2591632ba7b03d3de73aea867f2a78917b9720" +SRC_URI[md5sum] = "2bf7891f174843b40603395e94bde29d" +SRC_URI[sha256sum] = "9c149a18e2d0ec3aba9200fdf49b124849a74130574e15abcb526f7481c2147e" S = "${WORKDIR}/linux-tools-${PV}" B = "${WORKDIR}/linux-tools-${PV}-build" |