summaryrefslogtreecommitdiffstats
path: root/bare
diff options
context:
space:
mode:
authorKinsey Moore <kinsey.moore@oarcorp.com>2023-01-30 16:54:05 -0600
committerJoel Sherrill <joel@rtems.org>2023-01-30 17:12:12 -0600
commit30b290593af482b234fc06fe60997dabd8b2d2f6 (patch)
tree8d0040469295004d7e91692f8b104345c7a08bb4 /bare
parentUpdate hashes for github-sourced tarballs (diff)
downloadrtems-source-builder-30b290593af482b234fc06fe60997dabd8b2d2f6.tar.bz2
devel/gnu-default-tools: Use correct include path
Include paths must use the full file name with extension. This was causing errors because it couldn't resolve the include.
Diffstat (limited to 'bare')
-rw-r--r--bare/config/devel/gnu-default-tools.bset2
1 files changed, 1 insertions, 1 deletions
diff --git a/bare/config/devel/gnu-default-tools.bset b/bare/config/devel/gnu-default-tools.bset
index cb253f4..2290788 100644
--- a/bare/config/devel/gnu-default-tools.bset
+++ b/bare/config/devel/gnu-default-tools.bset
@@ -11,7 +11,7 @@
# available
#
%define _internal_gsed_path %{_tmppath}/sb-%{_uid}/${SB_PREFIX_CLEAN}
-%include textproc/gsed-internal
+%include textproc/gsed-internal.bset
#
# Build gdb first to raise the Python install error as early as