diff options
author | Tom Rini <tom_rini@mentor.com> | 2011-07-13 14:06:16 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-27 12:02:44 +0100 |
commit | 39440349369025e02c189a93c1ed8fdda8fa2297 (patch) | |
tree | da90fad6230e4409fa1bcd410ff1ec5eb4989020 /meta/site/common-linux | |
parent | 2abeecdc83a8eda0dfd52bf7a332dcada4bc9c50 (diff) | |
download | openembedded-core-contrib-39440349369025e02c189a93c1ed8fdda8fa2297.tar.gz |
siteinfo: Move certain mysql entries to common-linux
More re-sync with oe.dev
(From OE-Core rev: a1ce2e6039652c94ba34bfe7343a4424a1cc133b)
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/site/common-linux')
-rw-r--r-- | meta/site/common-linux | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/site/common-linux b/meta/site/common-linux index 74a822d2e39..7cdfb637f7a 100644 --- a/meta/site/common-linux +++ b/meta/site/common-linux @@ -19,3 +19,7 @@ bash_cv_pgrp_pipe=${bash_cv_pgrp_pipe=no} bash_cv_job_control_missing=${bash_cv_job_control_missing=present} bash_cv_sys_named_pipes=${bash_cv_sys_named_pipes=present} 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} |