Fix RTEMS Tools source symlink generation.

When rsb_released was not 0, a build failure would occur.

closes #2495.
This commit is contained in:
Patrick Gauvin 2016-01-24 19:11:25 -05:00 committed by Gedare Bloom
parent e3b9fb68d4
commit 7cdec5c335

View File

@ -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