Commit 7345c095 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

ltrace: fix download url



Otherwise we would get the 0.7.1 version.

Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 10d042ad
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
config BR2_PACKAGE_LTRACE
	bool "ltrace"
	depends on !(BR2_avr32 || BR2_mips || BR2_sh || BR2_sh64 || BR2_xtensa)
	depends on !BR2_aarch64
	depends on !(BR2_avr32 || BR2_mips || BR2_sh || BR2_sh64 || BR2_xtensa || BR2_aarch64)
	select BR2_PACKAGE_LIBELF
	help
	  Debugging program which runs a specified command until it exits.
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
#############################################################

LTRACE_VERSION = 0.7.2
LTRACE_SITE = http://alioth.debian.org/frs/download.php/3844
LTRACE_SITE = http://alioth.debian.org/frs/download.php/3848
LTRACE_SOURCE = ltrace-$(LTRACE_VERSION).tar.bz2
LTRACE_DEPENDENCIES = libelf
LTRACE_AUTORECONF = YES