aboutsummaryrefslogtreecommitdiff
path: root/meta-linaro/recipes-kernel/perf/perf.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'meta-linaro/recipes-kernel/perf/perf.bbappend')
-rw-r--r--meta-linaro/recipes-kernel/perf/perf.bbappend8
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 cf7cb934..e226109c 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 = "4.0.2"
+PV = "4.2"
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
-SRC_URI = "${DEBIAN_MIRROR}/main/l/linux-tools/linux-tools_4.0.2.orig.tar.xz"
+SRC_URI = "http://snapshot.debian.org/archive/debian/20150926T032755Z/pool/main/l/linux-tools/linux-tools_${PV}.orig.tar.xz"
-SRC_URI[md5sum] = "2bf7891f174843b40603395e94bde29d"
-SRC_URI[sha256sum] = "9c149a18e2d0ec3aba9200fdf49b124849a74130574e15abcb526f7481c2147e"
+SRC_URI[md5sum] = "9a4a83c22368281b85e4ab12dcc3ec95"
+SRC_URI[sha256sum] = "78b336fca5e250f205fe5bc10cc77943dc95c2d66899f0bc95963b3aab8ef644"
S = "${WORKDIR}/linux-tools-${PV}"
B = "${WORKDIR}/linux-tools-${PV}-build"