diff options
| author | Tom Rini <tom_rini@mentor.com> | 2011-07-21 17:17:35 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-27 12:02:44 +0100 |
| commit | 4193d0e54255ac3a6f6c45b8fe613ff9acadd2aa (patch) | |
| tree | e677e8c57c7aaf2402289cd460e6ae010a2f0a2e /meta/site/x86_64-linux | |
| parent | 85a49c9ed697508bbd8bda1fb8d0f0fc2961068a (diff) | |
| download | poky-4193d0e54255ac3a6f6c45b8fe613ff9acadd2aa.tar.gz | |
siteinfo: Move (getpgrp|setpgrp|setgrent|*get{pwuid,grgid}) to common-libc
These functions are determined by the C library so move them to common-glibc
and common-uclibc
(From OE-Core rev: 9226635ab28b5ca44ec04931d27c5c3313d56e61)
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/site/x86_64-linux')
| -rw-r--r-- | meta/site/x86_64-linux | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/meta/site/x86_64-linux b/meta/site/x86_64-linux index 48e94da825..968dedcb3f 100644 --- a/meta/site/x86_64-linux +++ b/meta/site/x86_64-linux | |||
| @@ -1,10 +1,6 @@ | |||
| 1 | ac_cv_func_getpgrp_void=${ac_cv_func_getpgrp_void=yes} | ||
| 2 | ac_cv_func_getpwuid_r=${ac_cv_func_getpwuid_r=yes} | ||
| 3 | ac_cv_func_lstat_dereferences_slashed_symlink=${ac_cv_func_lstat_dereferences_slashed_symlink=yes} | 1 | ac_cv_func_lstat_dereferences_slashed_symlink=${ac_cv_func_lstat_dereferences_slashed_symlink=yes} |
| 4 | ac_cv_func_lstat_empty_string_bug=${ac_cv_func_lstat_empty_string_bug=no} | 2 | ac_cv_func_lstat_empty_string_bug=${ac_cv_func_lstat_empty_string_bug=no} |
| 5 | ac_cv_func_posix_getpwnam_r=${ac_cv_func_posix_getpwnam_r=yes} | 3 | ac_cv_func_posix_getpwnam_r=${ac_cv_func_posix_getpwnam_r=yes} |
| 6 | ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes} | ||
| 7 | ac_cv_func_setpgrp_void=${ac_cv_func_setpgrp_void=yes} | ||
| 8 | ac_cv_func_setvbuf_reversed=${ac_cv_func_setvbuf_reversed=no} | 4 | ac_cv_func_setvbuf_reversed=${ac_cv_func_setvbuf_reversed=no} |
| 9 | ac_cv_func_stat_empty_string_bug=${ac_cv_func_stat_empty_string_bug=no} | 5 | ac_cv_func_stat_empty_string_bug=${ac_cv_func_stat_empty_string_bug=no} |
| 10 | ac_cv_func_stat_ignores_trailing_slash=${ac_cv_func_stat_ignores_trailing_slash=no} | 6 | ac_cv_func_stat_ignores_trailing_slash=${ac_cv_func_stat_ignores_trailing_slash=no} |
| @@ -96,8 +92,6 @@ ac_cv_alignof_CORBA_short=2 | |||
| 96 | ac_cv_alignof_CORBA_struct=1 | 92 | ac_cv_alignof_CORBA_struct=1 |
| 97 | ac_cv_alignof_CORBA_wchar=2 | 93 | ac_cv_alignof_CORBA_wchar=2 |
| 98 | 94 | ||
| 99 | ac_cv_func_posix_getgrgid_r=${ac_cv_func_posix_getgrgid_r=yes} | ||
| 100 | |||
| 101 | sudo_cv_uid_t=${sudo_cv_uid_t_len=10} | 95 | sudo_cv_uid_t=${sudo_cv_uid_t_len=10} |
| 102 | lf_cv_sane_realloc=yes | 96 | lf_cv_sane_realloc=yes |
| 103 | as_cv_unaligned_access=${as_cv_unaligned_access=yes} | 97 | as_cv_unaligned_access=${as_cv_unaligned_access=yes} |
