[rtems-source-builder commit] devel/gnu-default-tools: Use correct include path

Joel Sherrill joel at rtems.org
Mon Jan 30 22:56:40 UTC 2023


Module:    rtems-source-builder
Branch:    master
Commit:    30b290593af482b234fc06fe60997dabd8b2d2f6
Changeset: http://git.rtems.org/rtems-source-builder/commit/?id=30b290593af482b234fc06fe60997dabd8b2d2f6

Author:    Kinsey Moore <kinsey.moore at oarcorp.com>
Date:      Mon Jan 30 16:54:05 2023 -0600

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.

---

 bare/config/devel/gnu-default-tools.bset | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



More information about the vc mailing list