mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
Fix RTEMS Tools source symlink generation.
When rsb_released was not 0, a build failure would occur. closes #2495.
This commit is contained in:
parent
e3b9fb68d4
commit
7cdec5c335
@ -26,12 +26,11 @@ License: BSD-2-Caluse + GPL-2.0
|
||||
%else
|
||||
rtems_tools_source="rtems-tools.git"
|
||||
%endif
|
||||
source_dir_rtems_tools=${rtems_tools_source}
|
||||
|
||||
%source setup rtems-tools -q -n ${rtems_tools_source}
|
||||
%patch setup rtems-tools -p1
|
||||
|
||||
source_dir_rtems_tools=${rtems_tools_source}
|
||||
|
||||
cd ${build_top}
|
||||
|
||||
%build
|
||||
|
Loading…
x
Reference in New Issue
Block a user