[PATCH rtems-lwip] lwip.py: Install BSD compatibility headers

Kinsey Moore kinsey.moore at oarcorp.com
Fri Aug 26 19:46:06 UTC 2022


Hold off on rewiewing this patch, there are some missing pieces attached 
to the NTP patches that need to be pulled out for this to be relevant.

On 8/26/2022 09:07, Kinsey Moore wrote:
> ---
>   lwip.py | 4 +++-
>   1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/lwip.py b/lwip.py
> index 70c9471..a8248d9 100644
> --- a/lwip.py
> +++ b/lwip.py
> @@ -155,7 +155,9 @@ def build(bld):
>                       bld.install_files("${PREFIX}/" + arch_lib_path + "/include/" + subpath,
>                           os.path.join(path,name))
>   
> -    [install_headers(path) for path in (drv_incl + common_includes).split(' ')[:-1]]
> +    [install_headers(path) for path in common_includes.split(' ')[:-1]]
> +    [install_headers(path) for path in drv_incl.split(' ')[:-1]]
> +    [install_headers(path) for path in bsd_compat_incl.split(' ')[:-1]]
>   
>       bld.program(features='c',
>                   target='networking01.exe',


More information about the devel mailing list