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/mips-linux-uclibc | |
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/mips-linux-uclibc')
-rw-r--r-- | meta/site/mips-linux-uclibc | 3 |
1 files changed, 0 insertions, 3 deletions
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 | ||