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 12:02:43 +0100 |
commit | b39491ef8c4282f3d8e187e08ff47263dbadb62a (patch) | |
tree | ccdebc291fffc588e41646de59ef4df5c1d74fe6 /meta/site/arm-common | |
parent | 07db8ce627eb4588432d68966e1200041fba408f (diff) | |
download | poky-b39491ef8c4282f3d8e187e08ff47263dbadb62a.tar.gz |
siteinfo: Move certain bash entries to common-linux
More re-sync with oe.dev
(From OE-Core rev: 75aa86f4800a8344e1dfe721a729fdd281e26a20)
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/site/arm-common')
-rw-r--r-- | meta/site/arm-common | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/meta/site/arm-common b/meta/site/arm-common index 5d3e68a18a..39eb30bec8 100644 --- a/meta/site/arm-common +++ b/meta/site/arm-common | |||
@@ -14,21 +14,7 @@ apr_cv_tcp_nodelay_with_cork=${apr_cv_tcp_nodelay_with_cork=yes} | |||
14 | 14 | ||
15 | # bash | 15 | # bash |
16 | ac_cv_c_long_double=${ac_cv_c_long_double=yes} | 16 | ac_cv_c_long_double=${ac_cv_c_long_double=yes} |
17 | bash_cv_have_mbstate_t=${bash_cv_have_mbstate_t=yes} | ||
18 | bash_cv_func_sigsetjmp=${bash_cv_func_sigsetjmp=missing} | 17 | bash_cv_func_sigsetjmp=${bash_cv_func_sigsetjmp=missing} |
19 | bash_cv_must_reinstall_sighandlers=${bash_cv_must_reinstall_sighandlers=no} | ||
20 | bash_cv_func_strcoll_broken=${bash_cv_func_strcoll_broken=no} | ||
21 | bash_cv_dup2_broken=${bash_cv_dup2_broken=no} | ||
22 | bash_cv_opendir_not_robust=${bash_cv_opendir_not_robust=no} | ||
23 | bash_cv_type_rlimit=${bash_cv_type_rlimit=rlim_t} | ||
24 | bash_cv_getenv_redef=${bash_cv_getenv_redef=yes} | ||
25 | bash_cv_ulimit_maxfds=${bash_cv_ulimit_maxfds=yes} | ||
26 | bash_cv_getcwd_calls_popen=${bash_cv_getcwd_calls_popen=no} | ||
27 | bash_cv_printf_a_format=${bash_cv_printf_a_format=yes} | ||
28 | bash_cv_pgrp_pipe=${bash_cv_pgrp_pipe=no} | ||
29 | bash_cv_job_control_missing=${bash_cv_job_control_missing=present} | ||
30 | bash_cv_sys_named_pipes=${bash_cv_sys_named_pipes=present} | ||
31 | bash_cv_unusable_rtsigs=${bash_cv_unusable_rtsigs=no} | ||
32 | 18 | ||
33 | # coreutils | 19 | # coreutils |
34 | utils_cv_sys_open_max=${utils_cv_sys_open_max=1019} | 20 | utils_cv_sys_open_max=${utils_cv_sys_open_max=1019} |