[OE-core] [CONSOLIDATED PULL 22/33] tcl: Add tcl_cv_api_serial to siteinfo

Tom Rini tom_rini at mentor.com
Wed Aug 3 21:22:50 UTC 2011


On 08/03/2011 02:19 PM, Saul Wold wrote:
> From: Tom Rini <tom_rini at mentor.com>
> 
> This comes from oe.dev which had this set for arm-linux only.  Bump PR
> since this changes how builds happen.
> 
> Signed-off-by: Tom Rini <tom_rini at mentor.com>
> ---
>  meta/site/common-glibc  |    2 ++
>  meta/site/common-uclibc |    3 +++
>  2 files changed, 5 insertions(+), 0 deletions(-)
> 
> diff --git a/meta/site/common-glibc b/meta/site/common-glibc
> index 8cfa695..baca5f8 100644
> --- a/meta/site/common-glibc
> +++ b/meta/site/common-glibc
> @@ -69,3 +69,5 @@ gl_cv_func_mbrtowc_null_arg=${gl_cv_func_mbrtowc_null_arg=yes}
>  gl_cv_func_mbrtowc_retval=${gl_cv_func_mbrtowc_retval=yes}
>  gl_cv_func_mbrtowc_nul_retval=${gl_cv_func_mbrtowc_nul_retval=yes}
>  
> +# TCL
> +tcl_cv_api_serial=${tcl_cv_api_serial=termios}
> diff --git a/meta/site/common-uclibc b/meta/site/common-uclibc
> index 093f60e..002a559 100644
> --- a/meta/site/common-uclibc
> +++ b/meta/site/common-uclibc
> @@ -26,3 +26,6 @@ ac_cv_have_abstract_sockets=${ac_cv_have_abstract_sockets=yes}
>  # bash
>  bash_cv_under_sys_siglist=${bash_cv_under_sys_siglist=no}
>  bash_cv_sys_siglist=${bash_cv_sys_siglist=no}
> +
> +# TCL
> +tcl_cv_api_serial=${tcl_cv_api_serial=termios}


As Khem and I talked about on the ML, this should be replaced with:
http://git.openembedded.org/cgit.cgi/openembedded-core-contrib/commit/?h=trini/update-siteinfo-round-2-v3&id=769fdf85b521028a3e9f4fb86a88c9a36215f75e

-- 
Tom Rini
Mentor Graphics Corporation




More information about the Openembedded-core mailing list