mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
ltp-testsuite: update homepage link and download site
ltp-testsuite migrated to github. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
b0af166d03
commit
ae33f027b5
@@ -20,7 +20,7 @@ config BR2_PACKAGE_LTP_TESTSUITE
|
||||
UCLIBC_HAS_OBSOLETE_BSD_SIGNAL and UCLIBC_SV4_DEPRECATED
|
||||
are needed.
|
||||
|
||||
http://ltp.sourceforge.net/
|
||||
http://linux-test-project.github.io
|
||||
|
||||
comment "ltp-testsuite needs a non-musl toolchain w/ threads"
|
||||
depends on !BR2_nios2
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
LTP_TESTSUITE_VERSION = 20150420
|
||||
LTP_TESTSUITE_SOURCE = ltp-full-$(LTP_TESTSUITE_VERSION).tar.xz
|
||||
LTP_TESTSUITE_SITE = http://downloads.sourceforge.net/project/ltp/LTP%20Source/ltp-$(LTP_TESTSUITE_VERSION)
|
||||
LTP_TESTSUITE_SITE = https://github.com/linux-test-project/ltp/releases/download/$(LTP_TESTSUITE_VERSION)
|
||||
LTP_TESTSUITE_LICENSE = GPLv2 GPLv2+
|
||||
LTP_TESTSUITE_LICENSE_FILES = COPYING
|
||||
LTP_TESTSUITE_CONF_OPTS += \
|
||||
|
||||
Reference in New Issue
Block a user