diff options
author | Tom Rini <tom_rini@mentor.com> | 2011-07-13 12:52:52 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-27 11:54:51 +0100 |
commit | 75aa86f4800a8344e1dfe721a729fdd281e26a20 (patch) | |
tree | 677fd9df82fa4c327d30c32a5628cc718c993049 /meta/site/common-linux | |
parent | bf1e4b1f4952d2dd8e4acd6babb96b3c65999df0 (diff) | |
download | openembedded-core-75aa86f4800a8344e1dfe721a729fdd281e26a20.tar.gz openembedded-core-75aa86f4800a8344e1dfe721a729fdd281e26a20.tar.bz2 openembedded-core-75aa86f4800a8344e1dfe721a729fdd281e26a20.zip |
siteinfo: Move certain bash entries to common-linux
More re-sync with oe.dev
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'meta/site/common-linux')
-rw-r--r-- | meta/site/common-linux | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta/site/common-linux b/meta/site/common-linux index c37c76aa91..74a822d2e3 100644 --- a/meta/site/common-linux +++ b/meta/site/common-linux @@ -3,3 +3,19 @@ samba_cv_HAVE_IFACE_AIX=${samba_cv_HAVE_IFACE_AIX=no} samba_cv_HAVE_IFACE_IFCONF=${samba_cv_HAVE_IFACE_IFCONF=yes} samba_cv_HAVE_IFACE_IFREQ=${samba_cv_HAVE_IFACE_IFREQ=yes} samba_cv_HAVE_IRIX_SPECIFIC_CAPABILITIES=${samba_cv_HAVE_IRIX_SPECIFIC_CAPABILITIES=no} + +# bash +bash_cv_have_mbstate_t=${bash_cv_have_mbstate_t=yes} +bash_cv_must_reinstall_sighandlers=${bash_cv_must_reinstall_sighandlers=no} +bash_cv_func_strcoll_broken=${bash_cv_func_strcoll_broken=no} +bash_cv_dup2_broken=${bash_cv_dup2_broken=no} +bash_cv_opendir_not_robust=${bash_cv_opendir_not_robust=no} +bash_cv_type_rlimit=${bash_cv_type_rlimit=rlim_t} +bash_cv_getenv_redef=${bash_cv_getenv_redef=yes} +bash_cv_ulimit_maxfds=${bash_cv_ulimit_maxfds=yes} +bash_cv_getcwd_calls_popen=${bash_cv_getcwd_calls_popen=no} +bash_cv_printf_a_format=${bash_cv_printf_a_format=yes} +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} |