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/powerpc32-linux | |
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/powerpc32-linux')
-rw-r--r-- | meta/site/powerpc32-linux | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/meta/site/powerpc32-linux b/meta/site/powerpc32-linux index 5d92ecf18e..9d89f7399d 100644 --- a/meta/site/powerpc32-linux +++ b/meta/site/powerpc32-linux | |||
@@ -205,19 +205,6 @@ cvs_cv_func_printf_ptr=${cvs_cv_func_printf_ptr=yes} | |||
205 | # bash | 205 | # bash |
206 | ac_cv_c_long_double=${ac_cv_c_long_double=yes} | 206 | ac_cv_c_long_double=${ac_cv_c_long_double=yes} |
207 | bash_cv_func_sigsetjmp=${bash_cv_func_sigsetjmp=missing} | 207 | bash_cv_func_sigsetjmp=${bash_cv_func_sigsetjmp=missing} |
208 | bash_cv_must_reinstall_sighandlers=${bash_cv_must_reinstall_sighandlers=no} | ||
209 | bash_cv_func_strcoll_broken=${bash_cv_func_strcoll_broken=no} | ||
210 | bash_cv_dup2_broken=${bash_cv_dup2_broken=no} | ||
211 | bash_cv_opendir_not_robust=${bash_cv_opendir_not_robust=no} | ||
212 | bash_cv_type_rlimit=${bash_cv_type_rlimit=rlim_t} | ||
213 | bash_cv_getenv_redef=${bash_cv_getenv_redef=yes} | ||
214 | bash_cv_ulimit_maxfds=${bash_cv_ulimit_maxfds=yes} | ||
215 | bash_cv_getcwd_calls_popen=${bash_cv_getcwd_calls_popen=no} | ||
216 | bash_cv_printf_a_format=${bash_cv_printf_a_format=yes} | ||
217 | bash_cv_pgrp_pipe=${bash_cv_pgrp_pipe=no} | ||
218 | bash_cv_job_control_missing=${bash_cv_job_control_missing=present} | ||
219 | bash_cv_sys_named_pipes=${bash_cv_sys_named_pipes=present} | ||
220 | bash_cv_unusable_rtsigs=${bash_cv_unusable_rtsigs=no} | ||
221 | 208 | ||
222 | # openssh | 209 | # openssh |
223 | ac_cv_have_broken_dirname=${ac_cv_have_broken_dirname='yes'} | 210 | ac_cv_have_broken_dirname=${ac_cv_have_broken_dirname='yes'} |