rtems: Change the base URL for RTEMS git to https to avoid the redirects.

This commit is contained in:
Chris Johns 2015-03-28 10:00:26 +11:00
parent 3742749c9d
commit da801b07fa

View File

@ -5,7 +5,7 @@
# #
# The RTEMS http git URL. # The RTEMS http git URL.
# #
%define rtems_http_git http://git.rtems.org %define rtems_http_git https://git.rtems.org
%define rtems_git_tools %{rtems_http_git}/rtems-tools/plain/tools/%{rtems_version} %define rtems_git_tools %{rtems_http_git}/rtems-tools/plain/tools/%{rtems_version}
%define rtems_binutils_patches %{rtems_git_tools}/binutils %define rtems_binutils_patches %{rtems_git_tools}/binutils
%define rtems_gcc_patches %{rtems_git_tools}/gcc %define rtems_gcc_patches %{rtems_git_tools}/gcc