[PATCH rtems-source-builder] devel/gnu-default-tools: Use correct include path
Chris Johns
chrisj at rtems.org
Mon Jan 30 23:08:41 UTC 2023
OK
Thanks
Chris
On 31/1/2023 9:55 am, Kinsey Moore wrote:
> 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 devel
mailing list