[Buildroot] [PATCH] package/rt-tests: switch to the upstream repository

Romain Naour romain.naour at gmail.com
Tue Jul 12 22:08:14 UTC 2016


rt-tests is not maintained from Clark Williams's repository anymore.

Signed-off-by: Romain Naour <romain.naour at gmail.com>
---
We missed some rt-tests release (v0.90 to v1.0).
Since v0.92 a release tarball is available at
https://www.kernel.org/pub/linux/utils/rt-tests so we
no longer need to clone the git repository.
---
 package/rt-tests/rt-tests.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/rt-tests/rt-tests.mk b/package/rt-tests/rt-tests.mk
index 74d7c6d..380bacf 100644
--- a/package/rt-tests/rt-tests.mk
+++ b/package/rt-tests/rt-tests.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-RT_TESTS_SITE = git://git.kernel.org/pub/scm/linux/kernel/git/clrkwllms/rt-tests.git
+RT_TESTS_SITE = git://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git
 RT_TESTS_VERSION = v0.89
 RT_TESTS_LICENSE = GPLv2+
 RT_TESTS_LICENSE_FILES = COPYING
-- 
2.5.5




More information about the buildroot mailing list