summaryrefslogtreecommitdiffstats
path: root/contrib/crossrpms/gdb
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-07-16 06:05:37 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-07-16 06:05:37 +0000
commitc20efa70d748335a7b006d1cd32c01630ee4ec0f (patch)
tree838a568230f2a424e05bc685995a4ca106fef432 /contrib/crossrpms/gdb
parentLet *-gcc subpackage require base-package. (diff)
downloadrtems-c20efa70d748335a7b006d1cd32c01630ee4ec0f.tar.bz2
Cosmetics.
Diffstat (limited to 'contrib/crossrpms/gdb')
-rw-r--r--contrib/crossrpms/gdb/gdb.add5
1 files changed, 4 insertions, 1 deletions
diff --git a/contrib/crossrpms/gdb/gdb.add b/contrib/crossrpms/gdb/gdb.add
index 30941eaebb..4b57b92f1f 100644
--- a/contrib/crossrpms/gdb/gdb.add
+++ b/contrib/crossrpms/gdb/gdb.add
@@ -15,11 +15,14 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: /sbin/install-info
BuildRequires: texinfo >= 4.2
%endif
-
%if "@tool_target@" == "sparc-rtems4.7"
BuildRequires: libtermcap-devel
%endif
BuildRequires: ncurses-devel
+%if %build_infos
+
+Requires: @rpmprefix@rtems4.7-base-gdb
+%endif
@SOURCES@