mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
package/rt-tests: fix _SITE download url
Upstream moved old versions in an "older" directory. The current version in Buildroot was moved to this directory and fail to download. This commit simply updates the _SITE url to reflect this change. Fixes: https://gitlab.com/buildroot.org/buildroot/-/jobs/8514189435 Signed-off-by: Julien Olivain <ju.o@free.fr> Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
This commit is contained in:
committed by
Arnout Vandecappelle
parent
928494b785
commit
8e5a5a9bcc
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
RT_TESTS_SITE = $(BR2_KERNEL_MIRROR)/linux/utils/rt-tests
|
||||
RT_TESTS_SITE = $(BR2_KERNEL_MIRROR)/linux/utils/rt-tests/older
|
||||
RT_TESTS_SOURCE = rt-tests-$(RT_TESTS_VERSION).tar.xz
|
||||
RT_TESTS_VERSION = 2.7
|
||||
RT_TESTS_LICENSE = GPL-2.0+
|
||||
|
||||
Reference in New Issue
Block a user