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/mipsel-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/mipsel-linux')
-rw-r--r-- | meta/site/mipsel-linux | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/meta/site/mipsel-linux b/meta/site/mipsel-linux index 248523c338..c59d85fe62 100644 --- a/meta/site/mipsel-linux +++ b/meta/site/mipsel-linux | |||
@@ -1,7 +1,5 @@ | |||
1 | 1 | ||
2 | ac_cv_func_getpgrp_void=${ac_cv_func_getpgrp_void=yes} | ||
3 | ac_cv_func_setvbuf_reversed=${ac_cv_func_setvbuf_reversed=no} | 2 | ac_cv_func_setvbuf_reversed=${ac_cv_func_setvbuf_reversed=no} |
4 | ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes} | ||
5 | 3 | ||
6 | # bash | 4 | # bash |
7 | ac_cv_c_long_double=${ac_cv_c_long_double=no} | 5 | ac_cv_c_long_double=${ac_cv_c_long_double=no} |
@@ -35,10 +33,7 @@ glib_cv_va_val_copy=${glib_cv_va_val_copy=yes} | |||
35 | # glib-2.0 | 33 | # glib-2.0 |
36 | glib_cv_stack_grows=${glib_cv_stack_grows=no} | 34 | glib_cv_stack_grows=${glib_cv_stack_grows=no} |
37 | utils_cv_sys_open_max=${utils_cv_sys_open_max=1015} | 35 | utils_cv_sys_open_max=${utils_cv_sys_open_max=1015} |
38 | ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes} | ||
39 | glib_cv_use_pid_surrogate=${glib_cv_use_pid_surrogate=yes} | 36 | glib_cv_use_pid_surrogate=${glib_cv_use_pid_surrogate=yes} |
40 | ac_cv_func_posix_getgrgid_r=${ac_cv_func_posix_getgrgid_r=yes} | ||
41 | |||
42 | 37 | ||
43 | # libpcap | 38 | # libpcap |
44 | ac_cv_linux_vers=${ac_cv_linux_vers=2} | 39 | ac_cv_linux_vers=${ac_cv_linux_vers=2} |
@@ -56,7 +51,6 @@ lf_cv_sane_realloc=${lf_cv_sane_realloc=yes} | |||
56 | libIDL_cv_long_long_format=${libIDL_cv_long_long_format=ll} | 51 | libIDL_cv_long_long_format=${libIDL_cv_long_long_format=ll} |
57 | 52 | ||
58 | # ncftp | 53 | # ncftp |
59 | ac_cv_func_setpgrp_void=${ac_cv_func_setpgrp_void=yes} | ||
60 | wi_cv_struct_timeval_tv_sec=${wi_cv_struct_timeval_tv_sec=long} | 54 | wi_cv_struct_timeval_tv_sec=${wi_cv_struct_timeval_tv_sec=long} |
61 | wi_cv_struct_timeval_tv_usec=${wi_cv_struct_timeval_tv_usec=long} | 55 | wi_cv_struct_timeval_tv_usec=${wi_cv_struct_timeval_tv_usec=long} |
62 | wi_cv_unix_domain_sockets=${wi_cv_unix_domain_sockets=yes} | 56 | wi_cv_unix_domain_sockets=${wi_cv_unix_domain_sockets=yes} |