valgrind: bump to version 3.10.1

Add hash file and switch to a non-dead homepage.
Enable for supported architectures: powerpc64 & powerpc64le.
Even though aarch64 is supported it's still a bit rought resulting in
build failures so don't enable it for now.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Gustavo Zacarias 2014-11-26 11:19:01 -03:00 committed by Peter Korsgaard
parent cfb3af459c
commit 067570a39f
3 changed files with 8 additions and 5 deletions

View File

@ -1,12 +1,13 @@
config BR2_PACKAGE_VALGRIND
bool "valgrind"
depends on BR2_i386 || BR2_x86_64 || BR2_ARM_CPU_ARMV7A || \
BR2_powerpc || BR2_mips || BR2_mipsel || BR2_mips64 || \
BR2_mips64el
depends on BR2_ARM_CPU_ARMV7A || BR2_i386 || \
BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el || \
BR2_powerpc || BR2_powerpc64 || BR2_powerpc64el || \
BR2_x86_64
help
Tool for debugging and profiling Linux programs.
http://valgrind.kde.org/
http://valgrind.org/
if BR2_PACKAGE_VALGRIND

View File

@ -0,0 +1,2 @@
# From http://valgrind.org/downloads/current.html
md5 60ddae962bc79e7c95cfc4667245707f valgrind-3.10.1.tar.bz2

View File

@ -4,7 +4,7 @@
#
################################################################################
VALGRIND_VERSION = 3.10.0
VALGRIND_VERSION = 3.10.1
VALGRIND_SITE = http://valgrind.org/downloads
VALGRIND_SOURCE = valgrind-$(VALGRIND_VERSION).tar.bz2
VALGRIND_LICENSE = GPLv2 GFDLv1.2