summaryrefslogtreecommitdiffstats
path: root/meta/site/ix86-common
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-07-21 17:17:35 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-07-27 12:02:44 +0100
commit4193d0e54255ac3a6f6c45b8fe613ff9acadd2aa (patch)
treee677e8c57c7aaf2402289cd460e6ae010a2f0a2e /meta/site/ix86-common
parent85a49c9ed697508bbd8bda1fb8d0f0fc2961068a (diff)
downloadpoky-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/ix86-common')
-rw-r--r--meta/site/ix86-common6
1 files changed, 0 insertions, 6 deletions
diff --git a/meta/site/ix86-common b/meta/site/ix86-common
index 11f556ad74..7a7e253f21 100644
--- a/meta/site/ix86-common
+++ b/meta/site/ix86-common
@@ -21,15 +21,11 @@ ac_cv_sizeof_uid_t=${ac_cv_sizeof_uid_t=4}
21ac_cv_sizeof_gid_t=${ac_cv_sizeof_gid_t=4} 21ac_cv_sizeof_gid_t=${ac_cv_sizeof_gid_t=4}
22ac_cv_sizeof_ino_t=${ac_cv_sizeof_ino_t=4} 22ac_cv_sizeof_ino_t=${ac_cv_sizeof_ino_t=4}
23ac_cv_sizeof_dev_t=${ac_cv_sizeof_dev_t=8} 23ac_cv_sizeof_dev_t=${ac_cv_sizeof_dev_t=8}
24ac_cv_func_getpgrp_void=${ac_cv_func_getpgrp_void=yes}
25ac_cv_func_getpwuid_r=${ac_cv_func_getpwuid_r=yes}
26ac_cv_func_lstat_dereferences_slashed_symlink=${ac_cv_func_lstat_dereferences_slashed_symlink=yes} 24ac_cv_func_lstat_dereferences_slashed_symlink=${ac_cv_func_lstat_dereferences_slashed_symlink=yes}
27ac_cv_func_lstat_empty_string_bug=${ac_cv_func_lstat_empty_string_bug=no} 25ac_cv_func_lstat_empty_string_bug=${ac_cv_func_lstat_empty_string_bug=no}
28ac_cv_func_pthread_key_delete=${ac_cv_func_pthread_key_delete=yes} 26ac_cv_func_pthread_key_delete=${ac_cv_func_pthread_key_delete=yes}
29ac_cv_func_setpgrp_void=${ac_cv_func_setpgrp_void=yes}
30ac_cv_func_setvbuf_reversed=${ac_cv_func_setvbuf_reversed=no} 27ac_cv_func_setvbuf_reversed=${ac_cv_func_setvbuf_reversed=no}
31ac_cv_func_stat_empty_string_bug=${ac_cv_func_stat_empty_string_bug=no} 28ac_cv_func_stat_empty_string_bug=${ac_cv_func_stat_empty_string_bug=no}
32ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes}
33ac_cv_func_stat_ignores_trailing_slash=${ac_cv_func_stat_ignores_trailing_slash=no} 29ac_cv_func_stat_ignores_trailing_slash=${ac_cv_func_stat_ignores_trailing_slash=no}
34 30
35ac_cv_header_netinet_sctp_h=${ac_cv_header_netinet_sctp_h=no} 31ac_cv_header_netinet_sctp_h=${ac_cv_header_netinet_sctp_h=no}
@@ -106,9 +102,7 @@ glib_cv_rtldglobal_broken=${glib_cv_rtldglobal_broken=yes}
106# glib-2.0 102# glib-2.0
107glib_cv_stack_grows=${glib_cv_stack_grows=no} 103glib_cv_stack_grows=${glib_cv_stack_grows=no}
108utils_cv_sys_open_max=${utils_cv_sys_open_max=1015} 104utils_cv_sys_open_max=${utils_cv_sys_open_max=1015}
109ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes}
110glib_cv_use_pid_surrogate=${glib_cv_use_pid_surrogate=yes} 105glib_cv_use_pid_surrogate=${glib_cv_use_pid_surrogate=yes}
111ac_cv_func_posix_getgrgid_r=${ac_cv_func_posix_getgrgid_r=yes}
112 106
113# guile 107# guile
114ac_cv_uchar=${ac_cv_uchar=no} 108ac_cv_uchar=${ac_cv_uchar=no}