mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
devel/qemu-xilinx: Fix source URL
The source URL for Xilinx QEMU appears to have been incorrect from the start. Since we are cloning a git repository, we should use 'git://'.
This commit is contained in:

committed by
Joel Sherrill

parent
908efe4393
commit
122058ee84
@@ -15,7 +15,7 @@
|
||||
#
|
||||
# Checkout the version tag and initialize all submodules.
|
||||
#
|
||||
%source set qemu https://github.com/Xilinx/qemu.git?checkout=%{qemu_version}?submodule=dtc?submodule=slirp?submodule=ui/keycodemapdb?submodule=tests/fp/berkeley-softfloat-3?submodule=tests/fp/berkeley-testfloat-3
|
||||
%source set qemu git://github.com/Xilinx/qemu.git?protocol=https?checkout=%{qemu_version}?submodule=dtc?submodule=slirp?submodule=ui/keycodemapdb?submodule=tests/fp/berkeley-softfloat-3?submodule=tests/fp/berkeley-testfloat-3
|
||||
|
||||
#
|
||||
# The Qemu build instructions. We use 5.x.x Release 1.
|
||||
|
Reference in New Issue
Block a user