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:
parent
cfb3af459c
commit
067570a39f
@ -1,12 +1,13 @@
|
|||||||
config BR2_PACKAGE_VALGRIND
|
config BR2_PACKAGE_VALGRIND
|
||||||
bool "valgrind"
|
bool "valgrind"
|
||||||
depends on BR2_i386 || BR2_x86_64 || BR2_ARM_CPU_ARMV7A || \
|
depends on BR2_ARM_CPU_ARMV7A || BR2_i386 || \
|
||||||
BR2_powerpc || BR2_mips || BR2_mipsel || BR2_mips64 || \
|
BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el || \
|
||||||
BR2_mips64el
|
BR2_powerpc || BR2_powerpc64 || BR2_powerpc64el || \
|
||||||
|
BR2_x86_64
|
||||||
help
|
help
|
||||||
Tool for debugging and profiling Linux programs.
|
Tool for debugging and profiling Linux programs.
|
||||||
|
|
||||||
http://valgrind.kde.org/
|
http://valgrind.org/
|
||||||
|
|
||||||
if BR2_PACKAGE_VALGRIND
|
if BR2_PACKAGE_VALGRIND
|
||||||
|
|
||||||
|
2
package/valgrind/valgrind.hash
Normal file
2
package/valgrind/valgrind.hash
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
# From http://valgrind.org/downloads/current.html
|
||||||
|
md5 60ddae962bc79e7c95cfc4667245707f valgrind-3.10.1.tar.bz2
|
@ -4,7 +4,7 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
VALGRIND_VERSION = 3.10.0
|
VALGRIND_VERSION = 3.10.1
|
||||||
VALGRIND_SITE = http://valgrind.org/downloads
|
VALGRIND_SITE = http://valgrind.org/downloads
|
||||||
VALGRIND_SOURCE = valgrind-$(VALGRIND_VERSION).tar.bz2
|
VALGRIND_SOURCE = valgrind-$(VALGRIND_VERSION).tar.bz2
|
||||||
VALGRIND_LICENSE = GPLv2 GFDLv1.2
|
VALGRIND_LICENSE = GPLv2 GFDLv1.2
|
||||||
|
Loading…
Reference in New Issue
Block a user