]> code.ossystems Code Review - openembedded-core.git/commitdiff
tcl: Add tcl_cv_api_serial to siteinfo
authorTom Rini <tom_rini@mentor.com>
Tue, 26 Jul 2011 22:40:03 +0000 (15:40 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 4 Aug 2011 14:03:48 +0000 (15:03 +0100)
This comes from oe.dev which had this set for arm-linux only.

Signed-off-by: Tom Rini <tom_rini@mentor.com>
meta/site/common-linux

index 14d671b46c9ed87e280598c2f5c09fd4c41e58dd..fd46d62732aaf2d166ee86dbc08d59b1f18a4f1a 100644 (file)
@@ -34,3 +34,6 @@ bash_cv_unusable_rtsigs=${bash_cv_unusable_rtsigs=no}
 # mysql
 ac_cv_sys_restartable_syscalls=${ac_cv_sys_restartable_syscalls=yes}
 ac_cv_conv_longlong_to_float=${ac_cv_conv_longlong_to_float=yes}
+
+# TCL
+tcl_cv_api_serial=${tcl_cv_api_serial=termios}