Commit 067570a3 authored by Gustavo Zacarias's avatar Gustavo Zacarias Committed by Peter Korsgaard
Browse files

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: default avatarGustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
parent cfb3af45
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
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

+2 −0
Original line number Diff line number Diff line
# From http://valgrind.org/downloads/current.html
md5	60ddae962bc79e7c95cfc4667245707f	valgrind-3.10.1.tar.bz2
+1 −1
Original line number Diff line number Diff line
@@ -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