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 /meta/site/x86_64-linux | |
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>
Diffstat (limited to 'meta/site/x86_64-linux')
-rw-r--r-- | meta/site/x86_64-linux | 1 |
1 files changed, 0 insertions, 1 deletions
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 | ||