diff options
author | Tom Rini <tom_rini@mentor.com> | 2011-07-26 14:35:37 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-04 15:04:35 +0100 |
commit | 92ed28ccc76f4baa6d980368fc259d768e33ac9a (patch) | |
tree | 6e99774a9cbfc802c974e97bc8c90cdda0c79ad6 | |
parent | 59be4fe98db5a766e5b2ccfb9fe6ac7800a13ed2 (diff) | |
download | poky-92ed28ccc76f4baa6d980368fc259d768e33ac9a.tar.gz |
sudo: Drop sudo_cv_uid_t_len from site files
We were just setting this to the assumed default. If anything, this
belongs in the libc files if we must set it.
(From OE-Core rev: ae054a823909c5ebf03fec962844a213dc3fb8e1)
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/site/arm-common | 3 | ||||
-rw-r--r-- | meta/site/ix86-common | 3 | ||||
-rw-r--r-- | meta/site/mips-linux | 3 | ||||
-rw-r--r-- | meta/site/mips-linux-uclibc | 3 | ||||
-rw-r--r-- | meta/site/mipsel-linux | 5 | ||||
-rw-r--r-- | meta/site/powerpc32-linux | 3 | ||||
-rw-r--r-- | meta/site/sh-common | 3 | ||||
-rw-r--r-- | meta/site/x86_64-linux | 1 |
8 files changed, 1 insertions, 23 deletions
diff --git a/meta/site/arm-common b/meta/site/arm-common index 04d116463a..212929810b 100644 --- a/meta/site/arm-common +++ b/meta/site/arm-common | |||
@@ -191,9 +191,6 @@ ac_cv_have_openpty_ctty_bug=${ac_cv_have_openpty_ctty_bug=yes} | |||
191 | # startup-notification | 191 | # startup-notification |
192 | lf_cv_sane_realloc=yes | 192 | lf_cv_sane_realloc=yes |
193 | 193 | ||
194 | # sudo | ||
195 | sudo_cv_uid_t_len=${sudo_cv_uid_t_len=10} | ||
196 | |||
197 | # xffm | 194 | # xffm |
198 | jm_cv_func_working_readdir=yes | 195 | jm_cv_func_working_readdir=yes |
199 | 196 | ||
diff --git a/meta/site/ix86-common b/meta/site/ix86-common index 7a7e253f21..122eb14cce 100644 --- a/meta/site/ix86-common +++ b/meta/site/ix86-common | |||
@@ -211,9 +211,6 @@ ac_cv_have_openpty_ctty_bug=${ac_cv_have_openpty_ctty_bug=yes} | |||
211 | # startup-notification | 211 | # startup-notification |
212 | lf_cv_sane_realloc=yes | 212 | lf_cv_sane_realloc=yes |
213 | 213 | ||
214 | # sudo | ||
215 | sudo_cv_uid_t_len=${sudo_cv_uid_t_len=10} | ||
216 | |||
217 | # xffm | 214 | # xffm |
218 | jm_cv_func_working_readdir=yes | 215 | jm_cv_func_working_readdir=yes |
219 | 216 | ||
diff --git a/meta/site/mips-linux b/meta/site/mips-linux index 807e55219a..212c3adeea 100644 --- a/meta/site/mips-linux +++ b/meta/site/mips-linux | |||
@@ -76,9 +76,6 @@ samba_cv_HAVE_GETTIMEOFDAY_TZ=${samba_cv_HAVE_GETTIMEOFDAY_TZ=yes} | |||
76 | # vim | 76 | # vim |
77 | ac_cv_sizeof_int=${ac_cv_sizeof_int=4} | 77 | ac_cv_sizeof_int=${ac_cv_sizeof_int=4} |
78 | 78 | ||
79 | # sudo | ||
80 | sudo_cv_uid_t_len=${sudo_cv_uid_t_len=10} | ||
81 | |||
82 | # intercom | 79 | # intercom |
83 | ac_cv_func_fnmatch_works=${ac_cv_func_fnmatch_works=yes} | 80 | ac_cv_func_fnmatch_works=${ac_cv_func_fnmatch_works=yes} |
84 | 81 | ||
diff --git a/meta/site/mips-linux-uclibc b/meta/site/mips-linux-uclibc index 807e55219a..212c3adeea 100644 --- a/meta/site/mips-linux-uclibc +++ b/meta/site/mips-linux-uclibc | |||
@@ -76,9 +76,6 @@ samba_cv_HAVE_GETTIMEOFDAY_TZ=${samba_cv_HAVE_GETTIMEOFDAY_TZ=yes} | |||
76 | # vim | 76 | # vim |
77 | ac_cv_sizeof_int=${ac_cv_sizeof_int=4} | 77 | ac_cv_sizeof_int=${ac_cv_sizeof_int=4} |
78 | 78 | ||
79 | # sudo | ||
80 | sudo_cv_uid_t_len=${sudo_cv_uid_t_len=10} | ||
81 | |||
82 | # intercom | 79 | # intercom |
83 | ac_cv_func_fnmatch_works=${ac_cv_func_fnmatch_works=yes} | 80 | ac_cv_func_fnmatch_works=${ac_cv_func_fnmatch_works=yes} |
84 | 81 | ||
diff --git a/meta/site/mipsel-linux b/meta/site/mipsel-linux index c59d85fe62..a9032acd95 100644 --- a/meta/site/mipsel-linux +++ b/meta/site/mipsel-linux | |||
@@ -77,10 +77,7 @@ samba_cv_HAVE_GETTIMEOFDAY_TZ=${samba_cv_HAVE_GETTIMEOFDAY_TZ=yes} | |||
77 | # vim | 77 | # vim |
78 | ac_cv_sizeof_int=${ac_cv_sizeof_int=4} | 78 | ac_cv_sizeof_int=${ac_cv_sizeof_int=4} |
79 | 79 | ||
80 | # sudo | 80 | # intercom |
81 | sudo_cv_uid_t_len=${sudo_cv_uid_t_len=10} | ||
82 | |||
83 | #intercom | ||
84 | ac_cv_func_fnmatch_works=${ac_cv_func_fnmatch_works=yes} | 81 | ac_cv_func_fnmatch_works=${ac_cv_func_fnmatch_works=yes} |
85 | 82 | ||
86 | #lmbench | 83 | #lmbench |
diff --git a/meta/site/powerpc32-linux b/meta/site/powerpc32-linux index 46b64eb3b1..8a10111fbc 100644 --- a/meta/site/powerpc32-linux +++ b/meta/site/powerpc32-linux | |||
@@ -280,9 +280,6 @@ ac_cv_sync_with_stdio_2=${ac_cv_sync_with_stdio_2=yes} | |||
280 | mysql_cv_func_atomic_sub=${mysql_cv_func_atomic_sub=no} | 280 | mysql_cv_func_atomic_sub=${mysql_cv_func_atomic_sub=no} |
281 | mysql_cv_func_atomic_add=${mysql_cv_func_atomic_add=no} | 281 | mysql_cv_func_atomic_add=${mysql_cv_func_atomic_add=no} |
282 | 282 | ||
283 | # sudo | ||
284 | sudo_cv_uid_t_len=${sudo_cv_uid_t_len=10} | ||
285 | |||
286 | # dpkg | 283 | # dpkg |
287 | dpkg_cv_va_copy=${ac_cv_va_copy=yes} | 284 | dpkg_cv_va_copy=${ac_cv_va_copy=yes} |
288 | dpkg_cv___va_copy=${ac_cv___va_copy=yes} | 285 | dpkg_cv___va_copy=${ac_cv___va_copy=yes} |
diff --git a/meta/site/sh-common b/meta/site/sh-common index 26a612ad43..63abe575f2 100644 --- a/meta/site/sh-common +++ b/meta/site/sh-common | |||
@@ -231,9 +231,6 @@ rsync_cv_HAVE_SECURE_MKSTEMP=${rsync_cv_HAVE_SECURE_MKSTEMP=yes} | |||
231 | rsync_cv_REPLACE_INET_NTOA=${rsync_cv_REPLACE_INET_NTOA=no} | 231 | rsync_cv_REPLACE_INET_NTOA=${rsync_cv_REPLACE_INET_NTOA=no} |
232 | rsync_cv_REPLACE_INET_ATON=${rsync_cv_REPLACE_INET_ATON=no} | 232 | rsync_cv_REPLACE_INET_ATON=${rsync_cv_REPLACE_INET_ATON=no} |
233 | 233 | ||
234 | # sudo | ||
235 | sudo_cv_uid_t_len=${sudo_cv_uid_t_len=10} | ||
236 | |||
237 | # ipsec-tools | 234 | # ipsec-tools |
238 | ac_cv_va_copy=${ac_cv_va_copy=no} | 235 | ac_cv_va_copy=${ac_cv_va_copy=no} |
239 | ac_cv_va_val_copy=${ac_cv_va_val_copy=yes} | 236 | ac_cv_va_val_copy=${ac_cv_va_val_copy=yes} |
diff --git a/meta/site/x86_64-linux b/meta/site/x86_64-linux index 968dedcb3f..91965b9003 100644 --- a/meta/site/x86_64-linux +++ b/meta/site/x86_64-linux | |||
@@ -92,7 +92,6 @@ ac_cv_alignof_CORBA_short=2 | |||
92 | ac_cv_alignof_CORBA_struct=1 | 92 | ac_cv_alignof_CORBA_struct=1 |
93 | ac_cv_alignof_CORBA_wchar=2 | 93 | ac_cv_alignof_CORBA_wchar=2 |
94 | 94 | ||
95 | sudo_cv_uid_t=${sudo_cv_uid_t_len=10} | ||
96 | lf_cv_sane_realloc=yes | 95 | lf_cv_sane_realloc=yes |
97 | as_cv_unaligned_access=${as_cv_unaligned_access=yes} | 96 | as_cv_unaligned_access=${as_cv_unaligned_access=yes} |
98 | 97 | ||