On 08/03/2011 02:19 PM, Saul Wold wrote: > From: Tom Rini <[email protected]> > > 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 <[email protected]> > --- > 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 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
