summaryrefslogtreecommitdiffstats
path: root/source-builder/config
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2019-10-27 08:20:38 +1100
committerChris Johns <chrisj@rtems.org>2019-10-27 08:20:38 +1100
commit3e22fc45d2690ed8ec3f2a9b01b1f767f3802980 (patch)
treebe6999823baea63b4585715cf7b36dfc4a85aeb2 /source-builder/config
parentsb/config: Add support for line continuation. (diff)
downloadrtems-source-builder-3e22fc45d2690ed8ec3f2a9b01b1f767f3802980.tar.bz2
sb/get-source: Add a macro to indicate the get-source command is running.
- Fix GDB's library checks to ignore errors when getting the source.
Diffstat (limited to 'source-builder/config')
-rw-r--r--source-builder/config/gdb-common-1.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/source-builder/config/gdb-common-1.cfg b/source-builder/config/gdb-common-1.cfg
index 0f028ff..87b9d0a 100644
--- a/source-builder/config/gdb-common-1.cfg
+++ b/source-builder/config/gdb-common-1.cfg
@@ -114,7 +114,7 @@
%else
%define gdb-python-lib-check %(%{_sbdir}/sb/rtems-build-dep -c %{__cc} %{gdb-host-libs} -l %{gdb-python-ver-lib})
%endif
- %if %{gdb-python-lib-check} == not-found
+ %if %{gdb-python-lib-check} == not-found && !%{_rsb_getting_source}
%error "gdb: python: library file not found: %{gdb-python-ver-lib}, please install"
%endif
%endif